nextjs-firebase-starter
A production-ready starter template for building full-stack web applications with Next.js 15, React 19, and Firebase. This template ships with email/password authentication, Firestore data helpers, a route-protected admin page, and a global auth context so you can skip the boilerplate.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- automerge.yml
- dependabot-rebase-cascade.yml
- dependency-review.yml
- label.yml
- merge-gatekeeper.yml
- release.yml
- dependabot.yml
- labeler.yml
- next.svg
- vercel.svg
- page.tsx
- page.tsx
- page.tsx
- favicon.ico
- globals.css
- layout.tsx
- page.tsx
- AuthContext.tsx
- signIn.ts
- signup.ts
- addData.ts
- getData.js
- config.ts
- .eslintrc.json
- .gitignore
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- next.config.js
- package-lock.json
- package.json
- postcss.config.mjs
- README.md
- SECURITY.md
- tailwind.config.js
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/milliorn/nextjs-firebase-starter
Downloads the entire project code from GitHub to your computer.
cd nextjs-firebase-starter
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
npm run build
Builds optimized production files.
npm run start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
