A modern and clean starting point for your web projects, featuring Vite, TailwindCSS, PostCSS, and Prettier.
- ⚡ Vite - Lightning-fast development with HMR and optimized builds
- 🎨 Tailwind CSS - Utility-first CSS framework with PostCSS integration
- ✨ Code Quality - Prettier formatting and TailwindCSS plugin included
- 📦 Production Ready - HTML minification and optimized asset handling
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewnpm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production buildnpm run format- Format code with Prettiernpm run format:check- Check code formatting
- Vite - Next Generation Frontend Tooling
- Tailwind CSS - A utility-first CSS framework
- PostCSS - A tool for transforming CSS with JavaScript
- Prettier - An opinionated code formatter
.
├── assets/ # Static assets
├── index.html # Entry HTML file
├── package.json # Project dependencies and scripts
├── postcss.config.js # PostCSS configuration
├── tailwind.config.js # Tailwind CSS configuration
└── vite.config.js # Vite configuration
ISC © [Md Ashikur Rahman]