A flexible, feature-rich React template designed for AI-generated websites with modern development tools and libraries.
- 🚀 React 18 + TypeScript - Modern development experience
- 🎨 Tailwind CSS - Utility-first CSS framework
- ⚡ Vite - Fast build tool
- 🌐 i18next - Complete internationalization solution
- 🎯 Zustand - Lightweight state management
- ✨ Framer Motion - Smooth animation effects
- 🎭 Headless UI - Accessible UI components
- 📦 Lucide React - Beautiful icon library
- 🛣️ React Router - Single-page application routing
- React 18.3.1 + TypeScript 5.8.3
- Vite 7.0.0 (Build tool)
- Tailwind CSS 3.4.17 (CSS framework)
- React Router DOM 6.30.1 (Routing)
- Zustand 4.4.7 (State management)
- i18next + react-i18next (Internationalization)
- Framer Motion 11.0.8 (Animations)
- Headless UI 1.7.18 (UI components)
- Lucide React (Icon library)
-
Install dependencies:
npm install
-
Start development server:
npm run dev
Visit http://localhost:5173 to view the application
-
Build for production:
npm run build
-
Preview build:
npm run preview
src/
├── api/ # API related code
├── assets/ # Static assets
├── components/ # Reusable components
├── layouts/ # Layout components
├── pages/ # Page components
├── styles/ # Style files
├── types/ # TypeScript type definitions
├── App.tsx # Main application component
└── main.tsx # Application entry point
For more detailed project structure, tech stack, configuration instructions and development guide, please refer to the YOUWARE.md file.