Boilerplate App for React & Reflux
npm install react-reflux-boilerplate> An application architecture for React utilizing a unidirectional data flow with the Reflux Architecture
Uses:
- React Router
- Reflux
- Flow
- Jest
``sh`
$ npm install
$ bower install
$ ./script/devopen http://localhost:3000
`flow check`
Static Type checking is implemented with Flow.
`npm test``
Testing is done with Jest. It uses a preprocessor that strips Flow type annotations and a test helper that mocks
react-router.