astro/examples
2023-09-16 09:12:23 +01:00
..
basics chore: use biome to format JSON and JavaScript files 2023-09-16 09:12:23 +01:00
blog chore: use biome to format JSON and JavaScript files 2023-09-16 09:12:23 +01:00
component [ci] release (#8540) 2023-09-14 12:44:09 -04:00
deno chore: use biome to format JSON and JavaScript files 2023-09-16 09:12:23 +01:00
framework-alpine chore: use biome to format JSON and JavaScript files 2023-09-16 09:12:23 +01:00
framework-lit chore: use biome to format JSON and JavaScript files 2023-09-16 09:12:23 +01:00
framework-multiple chore: use biome to format JSON and JavaScript files 2023-09-16 09:12:23 +01:00
framework-preact chore: use biome to format JSON and JavaScript files 2023-09-16 09:12:23 +01:00
framework-react chore: use biome to format JSON and JavaScript files 2023-09-16 09:12:23 +01:00
framework-solid chore: use biome to format JSON and JavaScript files 2023-09-16 09:12:23 +01:00
framework-svelte chore: use biome to format JSON and JavaScript files 2023-09-16 09:12:23 +01:00
framework-vue chore: use biome to format JSON and JavaScript files 2023-09-16 09:12:23 +01:00
hackernews chore: use biome to format JSON and JavaScript files 2023-09-16 09:12:23 +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: use biome to format JSON and JavaScript files 2023-09-16 09:12:23 +01:00
non-html-pages chore: use biome to format JSON and JavaScript files 2023-09-16 09:12:23 +01:00
portfolio chore: use biome to format JSON and JavaScript files 2023-09-16 09:12:23 +01:00
ssr chore: use biome to format JSON and JavaScript files 2023-09-16 09:12:23 +01:00
with-markdoc chore: use biome to format JSON and JavaScript files 2023-09-16 09:12:23 +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: use biome to format JSON and JavaScript files 2023-09-16 09:12:23 +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