Skip to content

Latest commit

 

History

History

routing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Basic React Routing

A react project on routing using the react-router-dom package.

Setup

  1. Run the application.

    npm install
    npm start
  2. Navigate to http://localhost:3000.