react-redux-router icon indicating copy to clipboard operation
react-redux-router copied to clipboard

😁 a demo about react、redux and react-router

Redux and React Router Example App

Overview

a demo about react、redux and react-router

online demo

'overview'

Why

This project was started, because I found myself and many developers would like to get an insight on how Redux and React Router can be used.

Feel free to contribute to make it a great start point for others.

About

Example Todo app built with React, Redux and React Router.

Get started

  1. npm install && npm start
  2. open localhost:8080

Server rendering

  1. npm install nodemon -g
  2. npm run server

License

MIT (http://www.opensource.org/licenses/mit-license.php)