A free and simple theme for Astro where you can embed your Gumroad or lemonsqueezy.
Astro & Tailwind CSS Starter Kit is a template integration for Astro, a static site builder. It provides a set of pre-configured features and components that work seamlessly with Astro and Tailwind CSS. With Astro & Tailwind CSS Starter Kit, users can quickly set up and customize their static sites using the power of Astro and the flexibility of Tailwind CSS.
npm run dev
for starting a local development server, npm run build
for building the production site, and npm run preview
for previewing the build locally before deployment.To use Astro & Tailwind CSS Starter Kit, follow these steps:
Install the dependencies by running the following command in your project’s root directory:
npm install
Start the local development server by running the following command:
npm run dev
This will start the server at localhost:3000
.
Build the production site by running the following command:
npm run build
The built files will be located in the ./dist/
directory.
Preview your build locally before deploying by running the following command:
npm run preview
This will allow you to see how your site will look after deployment.
Additionally, you can use various Astro CLI commands by running npm run astro [command]
, such as astro add
and astro check
. For more information on the available CLI commands, use npm run astro --help
.
Astro & Tailwind CSS Starter Kit is a template integration for Astro that provides users with a pre-configured setup for building static sites with Tailwind CSS. It offers features such as integration with Tailwind CSS, a well-organized template structure, and useful CLI commands for development, building, and previewing. By following the installation guide, users can quickly set up their projects and start creating customized static sites with Astro and Tailwind CSS.