Skip to content

reddy-epk/react-router

Repository files navigation

React Route example app

  • Web Apps are two
    • Single Page Apps (This example)
    • Multiple Page Apps
  • Routing
    • react-router-dom
  • react-router-dom (used in this project)
    • BrowserRouter
    • Link
    • Route
    • Switch

Set Up Instructions

Click to view
  • Download dependencies by running npm install
  • Start up the app using npm start