Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 420 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 420 Bytes

RoutingLibrary

Implementation of Basic Routing from Scratch in React Application (React Routing Library)

How to run the React App

  • Clone the repository using Git
  • Open cloned application folder using VSCode or any editor you use and run "npm install" from the terminal. it will install node_modules that are required to run the application
  • Now run "npm start" to start the React App