Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.07 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.07 KB

next-firebase

GitHub issues GitHub stars GitHub license

Firebase + Next.js Boilerplate for Minimalists

🤔 So, what is this?

Your entire full-stack Next.js + Firebase architecture in least lines of code as possible.

🚀 Get started

  1. To run Next.js, simply cd client and run yarn dev
  2. To run Firebase locally via emulators, simply cd server/functions and run yarn dev

📖 Documentation

The Next.js app uses react-firebase-hooks and the firebase Web SDK. The back-end currently has no additional dependencies added apart from emulators. I would recommend reading the Firebase and Next.js official documentation.

Now go out there and scale to the moon!