npm install
npm run start
###Run build
npm run build
npm run lint
- immutable
- fetch
- ramda
- react
- react-notifications
- redux
- redux-saga
- reselect
Flux pattern and Redux implementation is used for extracting the state from the components and state management
- http://redux.js.org/
- https://code-cartoons.com/a-cartoon-guide-to-flux-6157355ab207#.7seyk7lki
- https://code-cartoons.com/a-cartoon-intro-to-redux-3afb775501a6#.ora8ogxa5
- app/js/store/**
- app/js/reducers/**
- app/js/reducers/**
- app/js/utils/**
- app/js/utils/services.js
- app/js/saga/**