Tailwind CSS & Vite Starter Template 🚀
A sleek starter template for swift development of static MPA HTML pages, now with the added flair of DaisyUI for effortless styling. Perfect for crafting responsive websites quickly and with style.
Features include:
- 🌈 TailwindCSS
- ⚡ Vite
- 🎨 PostCSS
- 🌺 DaisyUI integration for vibrant theme support
Getting Started:
- Clone the project 📁
- Install dependencies with
pnpm install
💻 - Start your dev server with
pnpm run dev
🚧 - Use
pnpm run build
for production builds 🏗️ - Preview your build locally with
pnpm run preview
🌐
Locate your main CSS at src/resources/css/app.css
, and the entry HTML file at src/index.html
. Your build will be deployment-ready at /dist
.
Contributing:
🤝 Contributions are welcome! Feel free to fork, change, and submit PRs. Let's make the web tastier together!