An open API service indexing awesome lists of open source software.

https://github.com/fongandrew/firebase-tsx-boilerplate

Boilerplate for a Firebase / Webpack / Typescript / React Router setup
https://github.com/fongandrew/firebase-tsx-boilerplate

boilerplate react typescript webpack webpack2 webpack2-boilerplate

Last synced: 3 months ago
JSON representation

Boilerplate for a Firebase / Webpack / Typescript / React Router setup

Awesome Lists containing this project

README

          

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