https://github.com/coderade/react-router-demo
A React Router project tutorial.
https://github.com/coderade/react-router-demo
react react-router webpack
Last synced: 5 months ago
JSON representation
A React Router project tutorial.
- Host: GitHub
- URL: https://github.com/coderade/react-router-demo
- Owner: coderade
- Created: 2017-06-21T02:05:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T04:28:24.000Z (over 3 years ago)
- Last Synced: 2023-03-23T21:52:01.268Z (over 3 years ago)
- Topics: react, react-router, webpack
- Language: JavaScript
- Size: 733 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-router-demo

**This project has been developed in 2016 for the purpose of demonstrating how to work with nested routes in React using the React Route some and is not maintained anymore. Some libraries are being updated using the [Dependabot](https://dependabot.com/) and [Snyk.io](https://snyk.io/) services, but no further tests are being done.**
Simple project to demonstrate how to work with nested routes with React using the React Router
### How to use
Download and install the Node.Js and NPM using the [NVM](https://github.com/creationix/nvm).
Install the [yarn](https://yarnpkg.com/en/) following the official
[documentation](https://yarnpkg.com/lang/en/docs/install/#linux-tab).
Clone the repository and install the node modules.
`yarn install`
After this, you can run the application.
***
#### Running the application
You can use the Npm to serve this application.
To do this on the root of the project, use the `npm start` command.
Then navigate your browser to http://localhost:3030 to see the app running in your browser.
#### About React and React Router
For more information on React please check out [React](https://facebook.github.io/react/) and
[React Router](https://github.com/ReactTraining/react-router).