Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nsisodiya/react-routing-demo
just trying out a simple SPA application with react to learn react.js
https://github.com/nsisodiya/react-routing-demo
Last synced: about 1 month ago
JSON representation
just trying out a simple SPA application with react to learn react.js
- Host: GitHub
- URL: https://github.com/nsisodiya/react-routing-demo
- Owner: nsisodiya
- License: mit
- Created: 2015-06-28T11:54:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-18T15:48:03.000Z (over 9 years ago)
- Last Synced: 2024-04-14T07:51:23.016Z (9 months ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reactdemo
Demo for Routing with page.js in React.js.# how to test page.js routing with react.js
```bash
clone the project
#### Build Server
npm install
webpack
#### StartServer
npm start
open http://localhost:3000
```