Skip to content
/ nextjs-starter Public template

🔨 A starter template for FaasJS & Next.js

Notifications You must be signed in to change notification settings

faasjs/nextjs-starter

Repository files navigation

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.