Skip to content

A minimal yet powerful starter combining Astro, TailwindCSS, and DaisyUI. Built as a flexible scaffold to kickstart your projects without the clutter of traditional templates. Fast, clean, and ready to grow.

Notifications You must be signed in to change notification settings

aligundogdu/Astro-Tailwind-Daisyui-Starter

Repository files navigation

Astro Tailwind DaisyUI Starter

A minimal and powerful scaffold to kickstart your Astro projects with TailwindCSS and DaisyUI.

Fast ⚡ | Clean 🧹 | Ready to grow 🌱


🚀 What's inside?

  • Astro – Fast, content-focused framework
  • TailwindCSS – Utility-first CSS engine
  • DaisyUI – Beautiful and customizable UI components
  • Simple, scalable project structure
  • No extra bloat — pure essentials only!

📦 Getting Started

Clone this repository:

git clone https://github.com/yourusername/astro-tailwind-daisyui-starter.git
cd astro-tailwind-daisyui-starter

Install dependencies:

pnpm install
# or
npm install
# or
yarn install

Start the development server:

pnpm dev
# or
npm run dev
# or
yarn dev

Open your browser and visit http://localhost:4321

🛠️ Project Structure

/
├── public/           # Static assets
├── src/
│   ├── assets/       # Assets Files
│   ├── components/   # Reusable components
│   ├── layouts/      # Layout files
│   └── pages/        # Pages (routes)
│   └── styles/       # Style Files
├── astro.config.mjs  # Astro configuration
├── tailwind.config.js # TailwindCSS configuration
└── package.json

🧩 Why use this scaffold?

  • No clutter – Only the tools you actually need.
  • Ready to customize – Tailwind and DaisyUI setup done.
  • Perfect base – Scale your project however you want.

📜 License

MIT — Feel free to use, modify, and share.

About

A minimal yet powerful starter combining Astro, TailwindCSS, and DaisyUI. Built as a flexible scaffold to kickstart your projects without the clutter of traditional templates. Fast, clean, and ready to grow.

Topics

Resources

Stars

Watchers

Forks