Firebase + Next.js Boilerplate for Minimalists
Your entire full-stack Next.js + Firebase architecture in least lines of code as possible.
- To run Next.js, simply
cd client
and runyarn dev
- To run Firebase locally via emulators, simply
cd server/functions
and runyarn dev
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!