react-redux-app-boilerplate
Complete React+Redux based application based on create-react-app including webpack, code-splitting, chunking, react-router and more.
Just install and run "npm start" and explore a running example.
Installing
Create your project directory and inside it run : npm i react-redux-app-boilerplate
Running Your Project
- Go to "node_modules > react-redux-app-boilerplate"
- Copy whole content of this directory and paste at the root of your project directory(parallel to the "node_modules" directory)
- Run command "npm start"