📋 Task Description
Set up the base React application with modern tooling and establish the project structure.
🎯 Objectives
- Initialize Vite (React + TS) in
frontend/ alongside backend/
- Configure path aliases in
tsconfig.json (@/components, @/hooks, @/utils, etc.)
- ESLint + Prettier with React rules
- Create baseline folders: components, pages, hooks, utils, types, styles, context, services
- Add dev scripts to run alongside Flask backend
✅ Acceptance Criteria
- Vite project boots
- Aliases resolve
- Lint/format scripts work
- Folder structure present
- Dev scripts documented in README
📋 Task Description
Set up the base React application with modern tooling and establish the project structure.
🎯 Objectives
frontend/alongsidebackend/tsconfig.json(@/components,@/hooks,@/utils, etc.)✅ Acceptance Criteria