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
- Host: GitHub
- URL: https://github.com/fongandrew/firebase-tsx-boilerplate
- Owner: fongandrew
- Created: 2017-02-21T01:55:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T05:11:30.000Z (over 9 years ago)
- Last Synced: 2026-02-10T19:17:35.140Z (5 months ago)
- Topics: boilerplate, react, typescript, webpack, webpack2, webpack2-boilerplate
- Language: TypeScript
- Size: 38.1 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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