Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 822 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 822 Bytes

Subject

  • This repository is for learning how to integrate Redux with ReactRouter dynamically
  • Every Page has its reducer and it is lazy loading
  • Redux Store has to dynamically inject Page Reducer

Main Library

How to run

  • npm install

  • npm install -g live-server

  • npm install -g

  • typings install react jquery mocha sinon flux --ambient --save

  • npm run build

  • npm run start

  • npm run test