Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 471 Bytes

File metadata and controls

15 lines (9 loc) · 471 Bytes

React Router

This is a React application with the implementation of a navigation router that navigates between pages. No external libraries such as react-router or react-router-dom have been used. This is a simple version of the react-router package.

To run the app:

In the project directory, you can run:

npm install

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.