Base React + TypeScript scaffold for technical tests.
- React + TypeScript + Vite
- React Router (single page route)
- Global state scaffold (Context + reducer)
- API layer (
httpClient) - ESLint + Prettier
- Example component + test (Vitest + Testing Library)
npm install
npm run devnpm run testnpm run lint
npm run formatOptional:
VITE_API_BASE_URL=http://localhost:3000