Boilerplate code to get started with a simple Firebase app that subscribes to Firebase state updates based on a particular route.
Also comes with:
- Webpack dev server
- MUI CSS / SCSS
- Mocha unit testing
npm install
npm run firebase -- init
(or justfirebase init
if you have the Firebase CLI installed globally.- Edit the settings in the
config
folder to reflect your Firebase settings. npm run watch
to start dev server