astro/examples
Houston (Bot) eada8ab8fa
[ci] release (#8671)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2023-09-28 13:14:13 -04:00
..
basics [ci] release (#8671) 2023-09-28 13:14:13 -04:00
blog [ci] release (#8671) 2023-09-28 13:14:13 -04:00
component [ci] release (#8671) 2023-09-28 13:14:13 -04:00
deno [ci] release (#8671) 2023-09-28 13:14:13 -04:00
framework-alpine [ci] release (#8671) 2023-09-28 13:14:13 -04:00
framework-lit [ci] release (#8671) 2023-09-28 13:14:13 -04:00
framework-multiple [ci] release (#8671) 2023-09-28 13:14:13 -04:00
framework-preact [ci] release (#8671) 2023-09-28 13:14:13 -04:00
framework-react [ci] release (#8671) 2023-09-28 13:14:13 -04:00
framework-solid [ci] release (#8671) 2023-09-28 13:14:13 -04:00
framework-svelte [ci] release (#8671) 2023-09-28 13:14:13 -04:00
framework-vue [ci] release (#8671) 2023-09-28 13:14:13 -04:00
hackernews [ci] release (#8671) 2023-09-28 13:14:13 -04:00
integration [ci] release (#8671) 2023-09-28 13:14:13 -04:00
middleware [ci] release (#8671) 2023-09-28 13:14:13 -04:00
minimal [ci] release (#8671) 2023-09-28 13:14:13 -04:00
non-html-pages [ci] release (#8671) 2023-09-28 13:14:13 -04:00
portfolio [ci] release (#8671) 2023-09-28 13:14:13 -04:00
ssr [ci] release (#8671) 2023-09-28 13:14:13 -04:00
view-transitions [ci] release (#8671) 2023-09-28 13:14:13 -04:00
with-markdoc [ci] release (#8671) 2023-09-28 13:14:13 -04:00
with-markdown-plugins [ci] release (#8671) 2023-09-28 13:14:13 -04:00
with-markdown-shiki [ci] release (#8671) 2023-09-28 13:14:13 -04:00
with-mdx [ci] release (#8671) 2023-09-28 13:14:13 -04:00
with-nanostores [ci] release (#8671) 2023-09-28 13:14:13 -04:00
with-tailwindcss [ci] release (#8671) 2023-09-28 13:14:13 -04:00
with-vite-plugin-pwa [ci] release (#8671) 2023-09-28 13:14:13 -04:00
with-vitest [ci] release (#8671) 2023-09-28 13:14:13 -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