Giallo
Giallo is an elegant landing page template for micro SaaS products built with AstroJS & Skeleton CSS.
Key features:
- Built with AstroJS: Utilizes modern web standards and performance optimizations.
- Skeleton CSS: Employs a lightweight CSS framework for rapid styling and consistent design.
- Micro SaaS Focused: Tailored for showcasing micro SaaS product features and benefits.
- Elegant Design: Provides a visually appealing and professional template.
Project Structure:
/
āāā public/
ā āāā favicon.svg
āāā src/
ā āāā components/
ā ā āāā Card.astro
āāā Feature.astro
āāā Footer.astro
āāā Header.astro
āāā Hero.astro
āāā Outline.astro
āāā People.astro
ā āāā layouts/
ā ā āāā Layout.astro
ā āāā pages/
ā āāā index.astro
āāā package.json
Commands:
Command | Action |
---|---|
npm install | Installs dependencies |
npm run dev | Starts local dev server at localhost:3000 |
npm run build | Build your production site to ./dist/ |
npm run preview | Preview your build locally, before deploying |
npm run astro ... | Run CLI commands like astro add , astro check |
npm run astro -- --help | Get help using the Astro CLI |