Skip to content

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

Notifications You must be signed in to change notification settings

KevinVanDerSchans/clon-react-router

Repository files navigation

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

Releases

No releases published

Packages

No packages published