Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 835 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 835 Bytes

react-router-v6-example

Implementing React app routing with React Router v6

How to run the project

Download (or clone) the project, install dependencies and run the project:

npm install
# --- or ---
yarn install

npm start
# --- or ---
yarn start

Credits

This project was created as a fork of this project and based on this LogRocket article. This project has the following modifications compared to the original project:

  • Up-to-date dependencies
  • A 404 - page-not-found view
  • Some functional and logical enhancements were done

Credit goes to the original article's author, Aman Mittal.

License

MIT