A modern starter template using Astro, Tailwind CSS, and shadcn/ui - perfect for building fast, accessible, and themeable web apps.
Before you begin, ensure that you have Node.js and pnpm installed.
git clone https://github.com/area44/astro-shadcn-ui-template
cd astro-shadcn-ui-template
pnpm install
pnpm devOpen your browser and go to http://localhost:4321 to see the app running.
shadcn/ui provides pre-built, accessible UI components. To add one:
- Follow the official Astro installation guide.
- Pick a component (e.g., Accordion, Dialog) and follow the usage instructions.
If you're new to using React (or other frameworks) inside Astro, start with the Framework Components guide.
This project is licensed under the MIT License.