A Kit to kick start your React Redux Project with Webpack
This is like a Boilerplate designed by me to start any React Redux project. it inludes the following features:
- Hot reloading
- Babel to transpile your JSX and Es6 Codes should you choose to use them.
- Good project structure. in case, you choose to integrate a backend code, just include a directory named 'server' and everything is cool.
- A readable and customizable webpack.config.js and .babelrc files .
- well structured folders for reducers,actions and store