React-Redux Boilerplate

This repository provides a react-redux boilerplate for those who are too lazy to setup redux for every new project. It also includes react-persist and react-thunk, which will allow you to keep your redux states even after refreshing your browser.

Installation

  • Clone this repo to your local machine using https://github.com/kyungjejo/react-redux-boilerplate
npm install
npm start