A simple starter app inspired by Stephen Grider's ReduxSimpleStarter
React, Redux, firebase.initializeApp (using Firebase Hosting) Tests: Mocha, and Enzyme
git clone https://github.com/le99/FirebaseReduxSimpleStarter.git
cd FirebaseReduxSimpleStarter
npm install
npm run build
Connect to firebase project
firebase use --add
firebase use
firebase deploy
This app uses webpack-dev-server and proxies some http requests to firebase server specially paths from: /__
To deploy locally
Run in one command line:
firebase serve
Run in a second command line
npm run start:dev
Open a browser at http://localhost:8080/
They run in node using JSDOM To run once
npm run test
To run every time tests change
npm run test:watch
Tests
According to the Firebase docs you might consider adding .firebaserc to your source control.
MIT