Building a clone of the inner workings of React Router from scratch.
npm installnpm run devnpm run buildLint with ESLint
npm run lintIf you want to contribute to this project, follow these steps:
-
Perform a fork to the repository.
-
Create a branch for your feature or bugfix:
git checkout -b feature/your-feature-name -
Make the necessary changes and commits:
git commit -m 'Add some feature' -
Push to branch:
git push origin feature/your-feature-name -
Send a pull request to the original repository.
Kevin Schans |
|---|
