A minimal Vite + React + TypeScript base for applicants to use as a starting point for coding challenges.
- Node.js 20+
pnpm install
pnpm devThe app runs at http://localhost:5173.
| Command | Description |
|---|---|
pnpm dev |
Start dev server |
pnpm build |
Build for production |
pnpm preview |
Preview production build |