0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/examples
2023-11-27 23:47:51 +08:00
..
basics [ci] release (#9180) 2023-11-27 21:04:52 +05:30
blog [ci] release (#9180) 2023-11-27 21:04:52 +05:30
component [ci] release (#9180) 2023-11-27 21:04:52 +05:30
framework-alpine Merge branch 'main' into next 2023-11-27 23:47:51 +08:00
framework-lit [ci] release (#9180) 2023-11-27 21:04:52 +05:30
framework-multiple Merge branch 'main' into next 2023-11-27 23:47:51 +08:00
framework-preact Merge branch 'main' into next 2023-11-27 23:47:51 +08:00
framework-react Merge branch 'main' into next 2023-11-27 23:47:51 +08:00
framework-solid Merge branch 'main' into next 2023-11-27 23:47:51 +08:00
framework-svelte Merge branch 'main' into next 2023-11-27 23:47:51 +08:00
framework-vue Merge branch 'main' into next 2023-11-27 23:47:51 +08:00
hackernews [ci] release (#9180) 2023-11-27 21:04:52 +05:30
integration [ci] release (#9180) 2023-11-27 21:04:52 +05:30
middleware [ci] release (#9180) 2023-11-27 21:04:52 +05:30
minimal [ci] release (#9180) 2023-11-27 21:04:52 +05:30
non-html-pages [ci] release (#9180) 2023-11-27 21:04:52 +05:30
portfolio [ci] release (#9180) 2023-11-27 21:04:52 +05:30
ssr Merge branch 'main' into next 2023-11-27 23:47:51 +08:00
view-transitions [ci] release (#9180) 2023-11-27 21:04:52 +05:30
with-markdoc [ci] release (#9180) 2023-11-27 21:04:52 +05:30
with-markdown-plugins Merge branch 'main' into next 2023-11-27 23:47:51 +08:00
with-markdown-shiki [ci] release (#9180) 2023-11-27 21:04:52 +05:30
with-mdx Merge branch 'main' into next 2023-11-27 23:47:51 +08:00
with-nanostores Merge branch 'main' into next 2023-11-27 23:47:51 +08:00
with-tailwindcss Merge branch 'main' into next 2023-11-27 23:47:51 +08:00
with-vite-plugin-pwa Merge branch 'main' into next 2023-11-27 23:47:51 +08:00
with-vitest [ci] release (#9180) 2023-11-27 21:04:52 +05:30
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