- 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
Click to view
- Download dependencies by running
npm install
- Start up the app using
npm start