Astro & Tailwind CSS Starter Kit
This is an Astro starter template using Tailwind CSS V4.
Key Features:
- Tailwind CSS V4: Utilizes the latest version of Tailwind CSS for styling.
- Global CSS: Employs a single
global.cssfile for managing styles, simplifying customization. - Template Structure: Provides a basic Astro project structure with
public,src, andpackage.json.
Usage:
- Clone the repository.
- Run
npm installto install dependencies. - Customize the
global.cssfile to add your styles using the@themedirective. - Build and preview your site using
npm run buildandnpm run preview.
Notes:
- Remember to remove any personal names or links before deploying publicly.
- Tailwind CSS V4 is currently in Alpha, so keep an eye on future changes.





