astro/examples
2023-09-16 09:21:40 +01:00
..
basics chore: revert JSON changes with new options 2023-09-16 09:21:40 +01:00
blog chore: revert JSON changes with new options 2023-09-16 09:21:40 +01:00
component [ci] release (#8540) 2023-09-14 12:44:09 -04:00
deno chore: revert JSON changes with new options 2023-09-16 09:21:40 +01:00
framework-alpine chore: revert JSON changes with new options 2023-09-16 09:21:40 +01:00
framework-lit chore: revert JSON changes with new options 2023-09-16 09:21:40 +01:00
framework-multiple chore: revert JSON changes with new options 2023-09-16 09:21:40 +01:00
framework-preact chore: revert JSON changes with new options 2023-09-16 09:21:40 +01:00
framework-react chore: revert JSON changes with new options 2023-09-16 09:21:40 +01:00
framework-solid chore: revert JSON changes with new options 2023-09-16 09:21:40 +01:00
framework-svelte chore: revert JSON changes with new options 2023-09-16 09:21:40 +01:00
framework-vue chore: revert JSON changes with new options 2023-09-16 09:21:40 +01:00
hackernews chore: revert JSON changes with new options 2023-09-16 09:21:40 +01:00
integration [ci] release (#8540) 2023-09-14 12:44:09 -04:00
middleware chore: use biome to format JSON and JavaScript files 2023-09-16 09:12:23 +01:00
minimal chore: revert JSON changes with new options 2023-09-16 09:21:40 +01:00
non-html-pages chore: revert JSON changes with new options 2023-09-16 09:21:40 +01:00
portfolio chore: revert JSON changes with new options 2023-09-16 09:21:40 +01:00
ssr chore: revert JSON changes with new options 2023-09-16 09:21:40 +01:00
with-markdoc chore: revert JSON changes with new options 2023-09-16 09:21:40 +01:00
with-markdown-plugins chore: use biome to format JSON and JavaScript files 2023-09-16 09:12:23 +01:00
with-markdown-shiki [ci] release (#8540) 2023-09-14 12:44:09 -04:00
with-mdx chore: revert JSON changes with new options 2023-09-16 09:21:40 +01:00
with-nanostores chore: use biome to format JSON and JavaScript files 2023-09-16 09:12:23 +01:00
with-tailwindcss chore: use biome to format JSON and JavaScript files 2023-09-16 09:12:23 +01:00
with-vite-plugin-pwa [ci] release (#8540) 2023-09-14 12:44:09 -04:00
with-vitest [ci] release (#8540) 2023-09-14 12:44:09 -04:00
README.md Fix: lang unspecified code blocks (#8461) 2023-09-11 12:45:21 +01: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