- React UI
- Flux architecture
- Firebase with authentication
- a simple router (made with #Hasher)
- Bourbon Sass (with Neat, Bitters)
- Webpack builds
- Karma/Jasmine testing
- ES6 syntax (Babel)
Download the dependencies:
npm installPut in your own firebase link inside './app/constants/appConstants.js' (and enable 'Email & Password Authentication' from the Firebase dashboard if you want auth).
To load the (hot-reload) dev server:
npm run devGo to http://localhost:8080/ or http://localhost:8080/webpack-dev-server/
To run tests (with auto-reload):
npm testBuilt on node 0.12