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 and 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
Download and install the Node.Js and NPM using the NVM.
Install the yarn following the official documentation.
Clone the repository and install the node modules.
yarn install
After this, you can run 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.
For more information on React please check out React and React Router.