Skip to content

Latest commit

Β 

History

History
21 lines (17 loc) Β· 387 Bytes

File metadata and controls

21 lines (17 loc) Β· 387 Bytes

πŸš€ Astro Quickstart Template

Get up and running instantly with

pnpm create astro@latest -- --template timredd/astro-quickstart

Project Structure

/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ components/
β”‚   β”‚   └── ui/
β”‚   β”œβ”€β”€ layouts/
β”‚   β”‚   └── Layout.astro
β”‚   └── pages/
β”‚       └── index.astro
└── package.json