Skip to content

Latest commit

 

History

History
executable file
·
20 lines (15 loc) · 885 Bytes

File metadata and controls

executable file
·
20 lines (15 loc) · 885 Bytes

React Router Practice

To install the app run:

  • npm install

To start the app run:

  • npm start

The task:

  • create a home, child, error and navigator stateless components
  • edit the /src/App.js file to create a router to include an exact route, a normal route and an error one

On success