A modern React application built with Vite and Tailwind CSS.
npm installRun the development server:
npm run devThe app will be available at http://localhost:3000
Build for production:
npm run buildPreview the production build:
npm run preview- React 18.3.1 - UI library
- Vite 6.0.1 - Build tool and dev server
- TypeScript 5.6.3 - Type safety
- Tailwind CSS 3.4.17 - Utility-first CSS framework
.
├── src/
│ ├── App.tsx # Main app component
│ ├── main.tsx # Entry point
│ └── index.css # Global styles with Tailwind
├── index.html # HTML template
├── vite.config.ts # Vite configuration
├── tailwind.config.js # Tailwind configuration
├── tsconfig.json # TypeScript configuration
└── package.json # Dependencies
- ⚡️ Fast HMR (Hot Module Replacement)
- 🎨 Tailwind CSS for styling
- 📦 TypeScript for type safety
- 🔧 ESLint for code quality
- 🚀 Optimized production builds