Setup Vite + TypeScript + Tailwind CSS infrastructure
Objective
Initialize the component library with modern tooling.
Tasks
-
Initialize Vite project -
Configure TypeScript strict mode -
Setup Tailwind CSS with custom config -
Add ESLint + Prettier -
Configure path aliases (@/components, @/utils) -
Setup Vitest for unit testing -
Add pre-commit hooks with Husky
Acceptance Criteria
- Build completes in <3s
- All linting rules pass
- TypeScript strict mode enabled
Related Epic
Edited by Administrator