A React + TypeScript frontend application built with Vite.
- React 18
- TypeScript 5.6
- Vite 5.4
- ESLint 9
- Node.js (v18 or higher recommended)
- npm
npm installStart the dev server with hot module replacement:
npm run devnpm run buildnpm run previewnpm run lintsrc/
├── App.tsx # Root component
├── App.css # Root component styles
├── main.tsx # Application entry point
└── index.css # Global styles