Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 860 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 860 Bytes

Intent

This is the skeleton for a webpack-enabled react-redux application, with redux-devtools ready to go.

Thie goal is to have a readily clonable application infrastructure on which you can build basic react-redux applications.

##Installation:

  1. Clone this repository.

  2. Run npm install

  3. Run npm start

Configuration:

redux-devtools is on by default. You can turn it off by modifying the USE_DEV_TOOLS constant in ./configureStore.js

Acknowledgements

The basic file structure, webpack config, etc. was lifted from the TodoMVC example in the examples folder of redux

Specifically from this place in the tree.