A premium, modern starter template for high-performance web applications.
- Vite 7
- React 19
- TypeScript
- Tailwind CSS 4
- Framer Motion
- Lucide React
# You can use this as a template or clone it
git clone <your-repo-url>
cd <your-project-name>npm installnpm run devnpm run buildsrc/
├── assets/ # Static assets
├── components/ # Reusable UI components
├── App.tsx # Main application component
├── index.css # Global styles (Tailwind 4 configuration)
└── main.tsx # Application entry point