0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/examples
2023-07-14 09:57:06 -04:00
..
basics nit: export props has been unnecessary.. forever (#7646) 2023-07-14 09:57:06 -04:00
blog nit: export props has been unnecessary.. forever (#7646) 2023-07-14 09:57:06 -04:00
component nit: export props has been unnecessary.. forever (#7646) 2023-07-14 09:57:06 -04:00
deno nit: export props has been unnecessary.. forever (#7646) 2023-07-14 09:57:06 -04:00
framework-alpine nit: export props has been unnecessary.. forever (#7646) 2023-07-14 09:57:06 -04:00
framework-lit [ci] release (#7624) 2023-07-13 21:43:11 +08:00
framework-multiple [ci] release (#7624) 2023-07-13 21:43:11 +08:00
framework-preact [ci] release (#7624) 2023-07-13 21:43:11 +08:00
framework-react [ci] release (#7624) 2023-07-13 21:43:11 +08:00
framework-solid [ci] release (#7624) 2023-07-13 21:43:11 +08:00
framework-svelte [ci] release (#7624) 2023-07-13 21:43:11 +08:00
framework-vue [ci] release (#7624) 2023-07-13 21:43:11 +08:00
hackernews nit: export props has been unnecessary.. forever (#7646) 2023-07-14 09:57:06 -04:00
integration [ci] release (#7624) 2023-07-13 21:43:11 +08:00
middleware nit: export props has been unnecessary.. forever (#7646) 2023-07-14 09:57:06 -04:00
minimal [ci] release (#7624) 2023-07-13 21:43:11 +08:00
non-html-pages [ci] release (#7624) 2023-07-13 21:43:11 +08:00
portfolio nit: export props has been unnecessary.. forever (#7646) 2023-07-14 09:57:06 -04:00
ssr [ci] release (#7624) 2023-07-13 21:43:11 +08:00
with-markdoc nit: export props has been unnecessary.. forever (#7646) 2023-07-14 09:57:06 -04:00
with-markdown-plugins [ci] release (#7624) 2023-07-13 21:43:11 +08:00
with-markdown-shiki [ci] release (#7624) 2023-07-13 21:43:11 +08:00
with-mdx [ci] release (#7624) 2023-07-13 21:43:11 +08:00
with-nanostores nit: export props has been unnecessary.. forever (#7646) 2023-07-14 09:57:06 -04:00
with-tailwindcss [ci] release (#7624) 2023-07-13 21:43:11 +08:00
with-vite-plugin-pwa [ci] release (#7624) 2023-07-13 21:43:11 +08:00
with-vitest [ci] release (#7624) 2023-07-13 21:43:11 +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