Skip to content

Latest commit

 

History

History
111 lines (75 loc) · 3.06 KB

README.md

File metadata and controls

111 lines (75 loc) · 3.06 KB

Clon - React Router

React Router / Vitest


Project overview


Building a clone of the inner workings of React Router from scratch.


Index


Technologies and Tools used


Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Contribution

If you want to contribute to this project, follow these steps:

  1. Perform a fork to the repository.

  2. Create a branch for your feature or bugfix: git checkout -b feature/your-feature-name

  3. Make the necessary changes and commits: git commit -m 'Add some feature'

  4. Push to branch: git push origin feature/your-feature-name

  5. Send a pull request to the original repository.


Project Status

COMPLETED


Project Developer


Kevin Schans