https://github.com/arpith/react-router-example
https://medium.com/@arpith/using-react-router-1f96209fe557#.92v3xhq7l
https://github.com/arpith/react-router-example
Last synced: 10 months ago
JSON representation
https://medium.com/@arpith/using-react-router-1f96209fe557#.92v3xhq7l
- Host: GitHub
- URL: https://github.com/arpith/react-router-example
- Owner: arpith
- License: mit
- Created: 2016-02-11T15:37:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T17:03:35.000Z (over 10 years ago)
- Last Synced: 2025-02-25T14:50:31.816Z (over 1 year ago)
- Language: JavaScript
- Size: 5.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Router Example
This is the code for an article I wrote on Medium about using React Router
https://medium.com/@arpith/using-react-router-1f96209fe557#.92v3xhq7l
## Try it out!
1. `git clone https://github.com/arpith/react-router-example`
2. `cd react-router-example`
3. `npm install && npm start`
Head over to [localhost:8080](http://localhost:8080) to see it in action.