Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 522 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 522 Bytes

react-router-v4-demo

React router is the de-facto routing library for React.This repo consists of several examples that demonstrate what you can do with react router v4. The example covered include:

  • Basic navigational routing
  • Nested routing
  • Nested routing with path parameters
  • Protected routing

Install instructions

Each demo has its own directory and a package.json file. Run the following command to install the node modules:

npm install

To serve the demo on a browser, run

npm start