react-redux-router
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

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
npm install && npm start- open
localhost:8080
Server rendering
npm install nodemon -gnpm run server