0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00
astro/examples
2021-12-22 16:11:05 -05:00
..
blog Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
blog-multiple-authors Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
component Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
docs Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
fast-build Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
framework-alpine Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
framework-lit Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
framework-multiple Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
framework-preact Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
framework-react Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
framework-solid Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
framework-svelte Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
framework-vue Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
minimal Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
portfolio Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
portfolio-svelte Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
starter Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
subpath Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
with-markdown Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
with-markdown-plugins Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
with-nanostores Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
with-tailwindcss Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
with-vite-plugin-pwa Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
README.md

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