/react-redux-router-starter

Project starter with CRA, redux, and react-router

Primary LanguageJavaScriptMIT LicenseMIT

react-redux-router-boilerplate

Based on notrab's boilerplate.

Installation with Updated Dependencies

  1. Use Create React App to start project.
npx create-react-app my-project
cd my-project
  1. Install Dependencies.
yarn add redux react-redux react-router-dom connected-react-router redux-thunk history
  1. Download this project's ZIP.
  2. Replace the public and src folder in the Create React App project with the ones from the downloaded ZIP.