Templated from Vite + React & Typescript.
- Use the listed versions below:
"npm": ">=10.0.0",
"node": ">=21"
- Clone the project
git clone <SSH || HTTP || DOWNLOAD DIRECTLY>
- Change directory to the folder
cd tigerhall-content
- Install dependencies
# pnpm users
pnpm install
# yarn users
yarn install
# npm users
npm install
- After successful installation, run the project
# pnpm users
pnpm run dev
# yarn users
yarn run dev
# npm users
npm run dev
- Navigate to localhost:3000 to see the project.
- Run test with coverage and access
vitest --ui --coverage.enabled=true
- Navigate to localhost:51204/vitest/#/ to see the test and its coverage.
I really want to know your thoughts on my work. Feedbacks are highly appreciated.