A minimal official starter template for building Astro projects, providing a basic folder structure and essential commands.

Stars

54

7-day growth

No data

Forks

19

Open issues

16

License

No data

Last updated

2026-07-29

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It is the official recommended starting point from the Astro team, widely used by the community and directly linked from Astro's documentation.

Who it is for

  • Developers new to Astro
  • Hobbyists prototyping static sites
  • Teams bootstrapping a fresh Astro project

Use cases

  • Creating a new static website with minimal configuration
  • Learning Astro's file-based routing and component structure
  • Starting a personal blog or portfolio site

Strengths

  • Zero-config setup: ready to run after `pnpm install` and `pnpm dev`
  • Clean, well-documented folder structure that follows Astro conventions
  • Preconfigured development server, build, and preview commands

Considerations

  • Contains only a single example page and component, not a complete project
  • No integrated styling, CMS, or dynamic features out of the box
  • Requires learning Astro's framework to extend beyond the basic template

README quick start

Astro Starter Kit: Basics

pnpm create astro@latest -- --template basics

🧑‍🚀 Seasoned astronaut? Delete this file. Have fun!

🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
├── public/
│   └── favicon.svg
├── src
│   ├── assets
│   │   └── astro.svg
│   ├── components
│   │   └── Welcome.astro
│   ├── layouts
│   │   └── Layout.astro
│   └── pages
│       └── index.astro
└── package.json

To learn more about the folder structure of an Astro project, refer to our guide on project structure.

🧞 Commands

All commands are run from the root of the project, from a terminal:

CommandAction
pnpm installInstalls dependencies
pnpm devStarts local dev server at localhost:4321
pnpm buildBuild your production site to ./dist/
pnpm previewPreview your build locally, before deploying
pnpm astro ...Run CLI commands like astro add, astro check
pnpm astro -- --helpGet help using the Astro CLI

👀 Want to learn more?

Feel free to check our documentation or jump into our Discord server.

Description

Web oficial española para la película Spiderman Brand New Day

Related repositories

Similar projects matched by category, topics, and programming language.

staruhub
staruhub GitHub avatar

awesome-workbuddy

A curated list of resources, skills, prompts, tutorials, and comparisons for Tencent WorkBuddy, an AI agent desktop workbench.

AI & Machine LearningLarge Language Models
21
react
Featured
react GitHub avatar

react

React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.

Web DevelopmentFrontend Frameworks
246,741
TanStack
Featured
TanStack GitHub avatar

router

TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.

Web DevelopmentFrontend Frameworks
14,861