A modern React frontend application built with Vite, TypeScript, and Tailwind CSS.
- React 19 - UI library
- TypeScript - Type-safe JavaScript
- Vite - Build tool and dev server
- Tailwind CSS 4 - Utility-first CSS framework
- ESLint - Code linting
- React Compiler - Experimental React optimization
- Node.js (v18 or higher recommended)
- npm or yarn
Install dependencies: npm install
Start the development server: npm run dev
The application will be available at http://localhost:5173
Build for production: npm run build
Preview the production build locally: npm run preview
Run ESLint: npm run lint
The project follows a standard Vite + React structure with TypeScript and Tailwind CSS integration.
- TypeScript: Configured with strict mode and modern ES2022+ features
- ESLint: Uses recommended configs with React Hooks and React Refresh plugins
- Vite: Includes React plugin with experimental React Compiler support
- Tailwind CSS: v4 with PostCSS integration
This repository is currently a minimal React application scaffold. Please provide specific feature requirements or change requests for further development.