Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 571 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 571 Bytes

FaasJS with Next.js Starter

A starter template for FaasJS with Next.js.

Quick Start with codespace

  1. Click Code -> Codespaces -> Create codespace on main.
  2. Wait for the codespace to be created.
  3. In VS Code, open a new terminal and run bi && bd (shorten command of bun install && bun run dev).
  4. Enjoy!

Quick Start with local

System Requirements

Usage

  1. Clone the repository.
  2. Run bun install.
  3. Run bun dev.
  4. Open http://localhost:3000/ in browser.