astro/examples
2022-07-08 22:08:32 +02:00
..
basics Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
blog Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
blog-multiple-authors Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
component Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
docs Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
env-vars Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
framework-alpine Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
framework-lit Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
framework-multiple Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
framework-preact Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
framework-react Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
framework-solid Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
framework-svelte Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
framework-vue Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
integrations-playground Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
minimal Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
non-html-pages Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
portfolio Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
ssr Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
starter Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
subpath Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
with-markdown Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
with-markdown-plugins Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
with-markdown-shiki Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
with-mdx [ci] release (#3818) 2022-07-06 21:00:18 -04:00
with-nanostores Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
with-tailwindcss Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
with-vite-plugin-pwa Format astro files in examples (#3862) 2022-07-08 22:08:32 +02:00
README.md Docs: npm@7 requires an extra -- for arguments passed to the command, per @natemoo-re's description. (#786) 2021-07-20 20:06:11 -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 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