Skip to content

kyungjejo/react-redux-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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