A starter template for FaasJS.
- Click
Code
->Codespaces
->Create codespace on main
. - Wait for the codespace to be created.
- In VS Code, open a new terminal and run
ni && nd
(shorten command ofnpm install && npm run dev
). - Enjoy!
- Latest stable macOS
- Latest stable Docker https://www.docker.com/
- Latest stable Visual Studio Code https://code.visualstudio.com/
- Use VS Code to open project.
- Install VS Code extension:
ms-vscode-remote.vscode-remote-extensionpack
. - In VS Code, click
F1
then chooseRemote-Containers: Reopen in Container
. - In VS Code, open a new terminal
ni && nd
(shorten command ofnpm install && npm run dev
). - Open
http://localhost:3000/
in browser.
nt
(shorten command of npm run test
)