This Document is for Skeet v2.

Next.js (React) + Firestore Template

Skeet Next.js + Firestore Template

Skeet App Next.js (React) + Firestore Template

Next.js (React) + Firestore App Environment for Skeet Framework

GitHub - Skeet App Next.js (React) + Firestore Template

Aiming to

  • Fast Development
  • High Performance
  • Global Scale
  • Maintainable Code
  • Strong SEO

Summary

Usage

bash
$ npm i -g firebase-tools $ npm i -g @skeet-framework/cli
bash
$ skeet create <project-name>
bash
$ cd <project-name> $ skeet s

※ You need OpenAI API key to use ChatGPT.

./functions/skeet/.secret.local or ./functions/skeet/.env

bash
CHAT_GPT_KEY=your-key CHAT_GPT_ORG=your-org

Test your app:

bash
$ skeet test

Open Firebase Emulator: http://localhost:4000

Open Front-end App: http://localhost:4200