astro/examples
2022-08-26 10:16:17 -04:00
..
basics Remove "as Props" from the astro examples (#4494) 2022-08-26 10:16:17 -04:00
blog Remove "as Props" from the astro examples (#4494) 2022-08-26 10:16:17 -04:00
component Remove "as Props" from the astro examples (#4494) 2022-08-26 10:16:17 -04:00
docs [ci] release (next) (#4480) 2022-08-25 17:27:35 -04:00
env-vars [ci] release (next) (#4480) 2022-08-25 17:27:35 -04:00
framework-alpine Remove "as Props" from the astro examples (#4494) 2022-08-26 10:16:17 -04:00
framework-lit [ci] release (next) (#4480) 2022-08-25 17:27:35 -04:00
framework-multiple [ci] release (next) (#4480) 2022-08-25 17:27:35 -04:00
framework-preact [ci] release (next) (#4480) 2022-08-25 17:27:35 -04:00
framework-react [ci] release (next) (#4480) 2022-08-25 17:27:35 -04:00
framework-solid [ci] release (next) (#4480) 2022-08-25 17:27:35 -04:00
framework-svelte [ci] release (next) (#4480) 2022-08-25 17:27:35 -04:00
framework-vue [ci] release (next) (#4480) 2022-08-25 17:27:35 -04:00
minimal [ci] release (next) (#4480) 2022-08-25 17:27:35 -04:00
non-html-pages [ci] release (next) (#4480) 2022-08-25 17:27:35 -04:00
portfolio [ci] release (next) (#4480) 2022-08-25 17:27:35 -04:00
ssr [ci] release (next) (#4480) 2022-08-25 17:27:35 -04:00
subpath [ci] release (next) (#4480) 2022-08-25 17:27:35 -04:00
with-markdown-plugins [ci] release (next) (#4480) 2022-08-25 17:27:35 -04:00
with-markdown-shiki [ci] release (next) (#4480) 2022-08-25 17:27:35 -04:00
with-mdx [ci] release (next) (#4480) 2022-08-25 17:27:35 -04:00
with-nanostores Remove "as Props" from the astro examples (#4494) 2022-08-26 10:16:17 -04:00
with-tailwindcss [ci] release (next) (#4480) 2022-08-25 17:27:35 -04:00
with-vite-plugin-pwa [ci] release (next) (#4480) 2022-08-25 17:27:35 -04:00
with-vitest [ci] release (next) (#4480) 2022-08-25 17:27:35 -04:00
README.md Audit examples templates (#3940) 2022-08-04 14:16:51 -04: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 init astro -- --template [EXAMPLE_NAME]

Community Examples

Visit awesome-astro for a full list of community examples. You can use npm init astro to check out any community examples:

npm init astro -- --template [GITHUB_USER]/[REPO_NAME]

Paths to examples nested inside of a repo are also supported:

npm init astro -- --template [GITHUB_USER]/[REPO_NAME]/path/to/example