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 installnpm run firebase -- init(or justfirebase initif you have the Firebase CLI installed globally.- Edit the settings in the
configfolder to reflect your Firebase settings. npm run watchto start dev server