astro/examples
2023-03-09 11:23:47 -06:00
..
basics chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
blog chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
component [ci] release (#6468) 2023-03-08 17:39:06 -05:00
deno chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
docs chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
framework-alpine chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
framework-lit chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
framework-multiple chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
framework-preact chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
framework-react chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
framework-solid chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
framework-svelte chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
framework-vue chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
hackernews chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
integration [ci] release (#6468) 2023-03-08 17:39:06 -05:00
minimal chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
non-html-pages chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
portfolio chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
ssr chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
with-markdoc chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
with-markdown-plugins chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
with-markdown-shiki chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
with-mdx chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
with-nanostores chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
with-tailwindcss chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
with-vite-plugin-pwa chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
with-vitest chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
README.md .md only: npm init astro --> npm create astro (#4760) 2022-09-16 12:40:06 -05:00

Astro Examples Library

The easiest way to check out one of these examples on your machine is by running this command in an empty directory:

npm create astro@latest -- --template [EXAMPLE_NAME]

Community Examples

Visit awesome-astro for a full list of community examples. You can use npm create astro@latest to check out any community examples:

npm create astro@latest -- --template [GITHUB_USER]/[REPO_NAME]

Paths to examples nested inside of a repo are also supported:

npm create astro@latest -- --template [GITHUB_USER]/[REPO_NAME]/path/to/example