astro/examples
2021-07-19 18:23:39 -07:00
..
blog tsconfig fix (#752) 2021-07-19 18:23:39 -07:00
blog-multiple-authors tsconfig fix (#752) 2021-07-19 18:23:39 -07:00
docs tsconfig fix (#752) 2021-07-19 18:23:39 -07: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 tsconfig fix (#752) 2021-07-19 18:23:39 -07:00
snowpack tsconfig fix (#752) 2021-07-19 18:23:39 -07:00
starter Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
with-markdown tsconfig fix (#752) 2021-07-19 18:23:39 -07:00
with-markdown-plugins tsconfig fix (#752) 2021-07-19 18:23:39 -07:00
with-nanostores Update docs in compiler messages (#710) 2021-07-16 07:01:31 -04:00
with-tailwindcss changed init example to correct template name (#744) 2021-07-18 17:24:21 -05: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