react-redux-router-boilerplate
Based on notrab's boilerplate.
Installation with Updated Dependencies
- Use Create React App to start project.
npx create-react-app my-project
cd my-project
- Install Dependencies.
yarn add redux react-redux react-router-dom connected-react-router redux-thunk history
- Download this project's ZIP.
- Replace the
public
andsrc
folder in the Create React App project with the ones from the downloaded ZIP.