Home

Awesome

Astro Landing Page <picture><source media="(prefers-color-scheme: dark)" srcset="https://astro.build/assets/press/astro-icon-light.png"><source media="(prefers-color-scheme: light)" srcset="https://astro.build/assets/press/astro-icon-dark.png"><img align="right" valign="center" height="79" width="63" src="https://astro.build/assets/press/astro-icon-dark.png" alt="Astro logo" /></picture>

An Astro + Tailwind CSS example/template for landing pages.

<div align="center">

Built with Astro

</div>

Screenshots of Astro Landing Page

Features

Commands

CommandAction
npm installInstall dependencies
npm run devStart local dev server at localhost:4321
npm run buildBuild your production site to ./dist/
npm run previewPreview your build locally, before deploying
npm run astro ...Run CLI commands like astro add, astro check
npm run astro --helpGet help using the Astro CLI
npm run formatFormat code with Prettier
npm run cleanRemove node_modules and build output

Credits