A starter template for FaasJS with Next.js.
- Click
Code
->Codespaces
->Create codespace on main
. - Wait for the codespace to be created.
- In VS Code, open a new terminal and run
bi && bd
(shorten command ofbun install && bun run dev
). - Enjoy!
- Bun https://bun.sh/
- Clone the repository.
- Run
bun install
. - Run
bun dev
. - Open
http://localhost:3000/
in browser.