astro/examples
2023-08-24 13:02:27 +01:00
..
basics [ci] release (#8172) 2023-08-23 22:12:09 +08:00
blog [ci] release (#8172) 2023-08-23 22:12:09 +08:00
component [ci] release (#8172) 2023-08-23 22:12:09 +08:00
deno [ci] release (#8172) 2023-08-23 22:12:09 +08:00
framework-alpine [ci] release (#8172) 2023-08-23 22:12:09 +08:00
framework-lit [ci] release (#8172) 2023-08-23 22:12:09 +08:00
framework-multiple Update breaking dependencies (#8201) 2023-08-24 16:34:33 +08:00
framework-preact [ci] release (#8172) 2023-08-23 22:12:09 +08:00
framework-react Update breaking dependencies (#8201) 2023-08-24 16:34:33 +08:00
framework-solid [ci] release (#8172) 2023-08-23 22:12:09 +08:00
framework-svelte Update breaking dependencies (#8201) 2023-08-24 16:34:33 +08:00
framework-vue [ci] release (#8172) 2023-08-23 22:12:09 +08:00
hackernews [ci] release (#8172) 2023-08-23 22:12:09 +08:00
integration [ci] release (#8172) 2023-08-23 22:12:09 +08:00
middleware [ci] release (#8172) 2023-08-23 22:12:09 +08:00
minimal [ci] release (#8172) 2023-08-23 22:12:09 +08:00
non-html-pages [ci] release (rc) (#8147) 2023-08-22 10:19:18 -04:00
portfolio Merge remote-tracking branch 'origin/main' into next 2023-08-24 13:02:27 +01:00
ssr Update breaking dependencies (#8201) 2023-08-24 16:34:33 +08:00
with-markdoc [ci] release (#8172) 2023-08-23 22:12:09 +08:00
with-markdown-plugins [ci] release (#8172) 2023-08-23 22:12:09 +08:00
with-markdown-shiki [ci] release (#8172) 2023-08-23 22:12:09 +08:00
with-mdx [ci] release (#8172) 2023-08-23 22:12:09 +08:00
with-nanostores Update breaking dependencies (#8201) 2023-08-24 16:34:33 +08:00
with-tailwindcss [ci] release (#8172) 2023-08-23 22:12:09 +08:00
with-vite-plugin-pwa Update breaking dependencies (#8201) 2023-08-24 16:34:33 +08:00
with-vitest Update breaking dependencies (#8201) 2023-08-24 16:34:33 +08: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