Starter template for react and firebase SPA.
- ES6
- react/jsx
- react-router
- redux
- webpack
- browser-sync
- firebase
- sass
- eslint (with airbnb rules for js and react)
- mocha/chai for js tests
- enzyme for react tests
Development and build tasks are done with gulp so there are no problem to replace for example sass with less etc.
git clone https://github.com/zywyz/react-and-firebase-starter-kit.git
cd react-and-firebase-starter-kit
npm install
gulp
- It should automatically open
http://localhost:3000
npm run test
npm run test:watch
gulp build
TODO