https://github.com/faasjs/nextjs-starter
🔨 A starter template for FaasJS & Next.js
https://github.com/faasjs/nextjs-starter
Last synced: about 1 year ago
JSON representation
🔨 A starter template for FaasJS & Next.js
- Host: GitHub
- URL: https://github.com/faasjs/nextjs-starter
- Owner: faasjs
- Created: 2024-09-14T03:58:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T11:40:39.000Z (over 1 year ago)
- Last Synced: 2025-05-04T08:38:20.282Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://faasjs.com
- Size: 317 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FaasJS with Next.js Starter
A starter template for [FaasJS](https://faasjs.com) with [Next.js](https://nextjs.org).
## 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
- **Bun** https://bun.sh/
### Usage
1. Clone the repository.
2. Run `bun install`.
3. Run `bun dev`.
4. Open `http://localhost:3000/` in browser.