react-reflux-boilerplate
v2.0.15
Published
Boilerplate App for React & Reflux
Downloads
28
Readme
React Reflux Boilerplate
An application architecture for React utilizing a unidirectional data flow with the Reflux Architecture
Uses:
Install
$ npm install
$ bower install
$ ./script/dev
# open http://localhost:3000
Type checking
flow check
Static Type checking is implemented with Flow.
Tests
npm test
Testing is done with Jest. It uses a preprocessor that strips Flow type annotations and a test helper that mocks react-router.