Thumbnail for article Getting Started with Astro
Photo by Astro Team
Published at 1 minute(s) read

Getting Started with Astro

A comprehensive guide to building modern websites with Astro framework

astrotutorialjavascript

Getting Started with Astro

Astro is a modern static site generator that allows you to build faster websites with less client-side JavaScript.

Why Astro?

  • Ship less JavaScript
  • Component Islands architecture
  • Use your favorite UI framework
  • Built-in optimizations

Getting Started

 npm create astro@latest 

That’s all you need to get started!