astro/examples
2021-07-16 13:39:59 -04:00
..
blog Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
blog-multiple-authors Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
docs Revert "New getting started guide (#715)" 2021-07-16 13:39:48 -04:00
framework-lit Version Packages (next) (#678) 2021-07-13 11:21:58 -04:00
framework-multiple Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
framework-preact Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
framework-react Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
framework-svelte Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
framework-vue Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
portfolio Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
snowpack Version Packages (next) (#678) 2021-07-13 11:21:58 -04:00
starter Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
with-markdown Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
with-markdown-plugins Version Packages (next) (#678) 2021-07-13 11:21:58 -04:00
with-nanostores Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
with-tailwindcss Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
README.md New getting started guide 2021-07-16 13:39:59 -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