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:
-
Clone this repository.
-
Run
npm install
-
Run
npm start
redux-devtools is on by default. You can turn it off by modifying the USE_DEV_TOOLS
constant in ./configureStore.js
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.