0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/examples
Houston (Bot) 0ddc327ee8
[ci] release (#10471)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-18 22:36:58 +05:30
..
basics [ci] release (#10471) 2024-03-18 22:36:58 +05:30
blog [ci] release (#10471) 2024-03-18 22:36:58 +05:30
component [ci] release (#10471) 2024-03-18 22:36:58 +05:30
framework-alpine [ci] release (#10471) 2024-03-18 22:36:58 +05:30
framework-lit [ci] release (#10471) 2024-03-18 22:36:58 +05:30
framework-multiple [ci] release (#10471) 2024-03-18 22:36:58 +05:30
framework-preact [ci] release (#10471) 2024-03-18 22:36:58 +05:30
framework-react [ci] release (#10471) 2024-03-18 22:36:58 +05:30
framework-solid [ci] release (#10471) 2024-03-18 22:36:58 +05:30
framework-svelte [ci] release (#10471) 2024-03-18 22:36:58 +05:30
framework-vue [ci] release (#10471) 2024-03-18 22:36:58 +05:30
hackernews [ci] release (#10471) 2024-03-18 22:36:58 +05:30
integration [ci] release (#10471) 2024-03-18 22:36:58 +05:30
middleware [ci] release (#10471) 2024-03-18 22:36:58 +05:30
minimal [ci] release (#10471) 2024-03-18 22:36:58 +05:30
non-html-pages [ci] release (#10471) 2024-03-18 22:36:58 +05:30
portfolio [ci] release (#10471) 2024-03-18 22:36:58 +05:30
ssr [ci] release (#10471) 2024-03-18 22:36:58 +05:30
starlog [ci] release (#10471) 2024-03-18 22:36:58 +05:30
view-transitions [ci] release (#10471) 2024-03-18 22:36:58 +05:30
with-markdoc [ci] release (#10471) 2024-03-18 22:36:58 +05:30
with-markdown-plugins [ci] release (#10471) 2024-03-18 22:36:58 +05:30
with-markdown-shiki [ci] release (#10471) 2024-03-18 22:36:58 +05:30
with-mdx [ci] release (#10471) 2024-03-18 22:36:58 +05:30
with-nanostores [ci] release (#10471) 2024-03-18 22:36:58 +05:30
with-tailwindcss [ci] release (#10471) 2024-03-18 22:36:58 +05:30
with-vitest [ci] release (#10471) 2024-03-18 22:36:58 +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