Skip to content

A skeleton file structure for beginning a basic webpack-enabled react redux application with redux-dev-tools ready to go.

License

Notifications You must be signed in to change notification settings

naw/redux-skeleton

Repository files navigation

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.

About

A skeleton file structure for beginning a basic webpack-enabled react redux application with redux-dev-tools ready to go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published