https://github.com/whoabhisheksah/rr-handson
learning how to use react routers
https://github.com/whoabhisheksah/rr-handson
Last synced: 3 months ago
JSON representation
learning how to use react routers
- Host: GitHub
- URL: https://github.com/whoabhisheksah/rr-handson
- Owner: whoAbhishekSah
- Created: 2024-05-17T05:31:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T10:23:32.000Z (about 1 year ago)
- Last Synced: 2025-01-21T15:28:27.245Z (5 months ago)
- Language: JavaScript
- Size: 653 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RR-hadson
Geting hands on with react router.
## Setup
### Pre-req
1. Node v18.16.0
2. Npm 9.5.1### Install deps
1. Install deps: `npm run i`
2. Run App : `npm run dev`The page should look like this:
### Build tools
1. Check fmt errors: `npm run fmt`
2. Fix fmt errors: `npm run fmt-fix`
3. Check lint errors: `npm run lint`
4. Fix lint errors: `npm run lint -- --fix`