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.css
file for managing styles, simplifying customization. - Template Structure: Provides a basic Astro project structure with
public
,src
, andpackage.json
.
Usage:
- Clone the repository.
- Run
npm install
to install dependencies. - Customize the
global.css
file to add your styles using the@theme
directive. - Build and preview your site using
npm run build
andnpm 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.