Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 774 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 774 Bytes

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)