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

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.

Awesome Lists containing this project

README

          

# react-router-demo

![Not Maintained](https://img.shields.io/badge/Maintenance%20Level-Not%20Maintained-yellow.svg)

**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).