Skip to content

[Phase 1] Initialize React Project with Vite and TypeScript #1047

Description

@coderabbitai

📋 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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestphase-1Phase 1: Foundation & Configurationreact-migrationRefactor to React + TanStack QueryrefactoringRefactoring tasks

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions