A modern React website template built with Vite, shadcn/ui, and Tailwind CSS. Perfect for building dashboards, admin panels, and modern web applications.
- ⚡ Vite - Fast build tool and development server
- ⚛️ React 19 - Latest React with modern hooks and features
- 🎨 shadcn/ui - Beautiful, accessible component library
- 🎯 Tailwind CSS v4 - Utility-first styling
- 📊 Charts - Built-in chart components with Recharts
- 🎭 Framer Motion - Smooth animations and transitions
- 📱 Responsive - Mobile-first design
- 🌙 Dark Mode - Theme switching with next-themes
- 📍 Routing - Client-side routing with React Router
# Clone the repository
git clone <your-repo-url>
cd website-template-base
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build
src/
├── components/ui/ # shadcn/ui components
├── pages/ # Application pages
├── lib/ # Utilities and helpers
├── assets/ # Static assets
└── App.jsx # Main application component
/
- Landing page with Vite + React welcome/dashboard
- Feature-rich dashboard with charts and analytics
MIT