Next.js on Firebase App Hosting

This is a boilerplate Next.js project to showcase SSG, SSR, and ISR on Firebase App Hosting.

Getting Started

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Deploy to Firebase App Hosting

1. Get your project setup on GitHub

Create a new GitHub repository and push the newly-initialized sample code to it. E.g,

git remote add origin https://github.com/$YOUR_NEW_REPOSITORY.git
git branch -M main
git push -u origin main

2. Setup Firebase App Hosting

Continue the Firebase App Hosting Getting Started guide.