A modern React application built with TypeScript, Vite, and Tailwind CSS 4.1.
npm installRun the development server:
npm run devThe app will be available at http://localhost:5173
Create a production build:
npm run buildPreview the production build:
npm run preview- React 18 - UI library
- TypeScript - Type safety
- Vite - Build tool and dev server
- Tailwind CSS 4.1 - Utility-first CSS framework
├── src/
│ ├── App.tsx # Main app component
│ ├── main.tsx # Entry point
│ ├── index.css # Tailwind CSS import
│ └── vite-env.d.ts # Vite type definitions
├── index.html # HTML template
├── vite.config.ts # Vite configuration
├── tsconfig.json # TypeScript configuration
└── package.json # Dependencies