Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 603 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 603 Bytes

Webpack / Firebase / Typescript / React Router Boilerplate (WIP)

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

Getting Started

  • npm install
  • npm run firebase -- init (or just firebase 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