astro/examples
2022-08-22 14:26:44 -04:00
..
basics chore(basics): update README folder structure (#4417) 2022-08-22 14:26:44 -04:00
blog Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
component Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
docs Fix typo in the docs example (#4382) 2022-08-19 16:06:53 +08:00
env-vars Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
framework-alpine add an alpine integration and update example (#4406) 2022-08-22 14:25:57 -04:00
framework-lit Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
framework-multiple Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
framework-preact Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
framework-react Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
framework-solid Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
framework-svelte Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
framework-vue Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
minimal Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
non-html-pages Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
portfolio Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
ssr Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
subpath Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
with-markdown-plugins Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
with-markdown-shiki Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
with-mdx Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
with-nanostores Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
with-tailwindcss Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
with-vite-plugin-pwa Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05:00
with-vitest Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05: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