Starter for vitejs with React and:
- tailwindcss,
- React Router,
- hosted fonts,
- eslint,
- typescript,
- vitest
This project uses bun as dependency manager. It means there is no yarn, no npm stuff here.
bun install
bun lint
bun test # watch mode
bun test:cov # one shot with coverage
bun dev # development server
bun run build # production
bun preview # preview production