Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```