An open API service indexing awesome lists of open source software.

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

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.