react-router-redux-saga-4 icon indicating copy to clipboard operation
react-router-redux-saga-4 copied to clipboard

React, Redux/ Saga, React-Router 4 boiler plate

React Redux Saga React-Router 4 Boilerplate

to run development npm install and npm start, then go to localhost:3000 to start developing. To build, run npm run build, and to preview run npm run preview, then go to localhost:3001 for the minified production bundle.

Thanks to

  • https://github.com/mhaagens/react-mobx-react-router4-boilerplate
  • https://github.com/mxstbr/react-boilerplate
    For examples and direction.