React frontend project boilerplate
- FarmFE
- React
- TypeScript
- Tailwind CSS
- pnpm
- vitest
- React Testing Library
- jsdom
Create env file
cp .env.example .env
Install dependencies
pnpm install
Run the project
pnpm dev
Run the test
pnpm test
Run the test for single file
pnpm test -- filename.test
Run the test with coverage result
pnpm test:ci