astro/examples
Fred K. Schott 2906110c04
Update tests for legacy build (#2746)
* move fast-build example into a test fixture for legacy build

* update tests for legacy build
2022-03-09 16:38:46 -06:00
..
blog Update examples for 0.24.0 (#2740) 2022-03-09 13:52:31 -08:00
blog-multiple-authors Update examples for 0.24.0 (#2740) 2022-03-09 13:52:31 -08:00
component merge next into main (#2705) 2022-03-09 15:44:26 -06:00
docs Update examples for 0.24.0 (#2740) 2022-03-09 13:52:31 -08:00
env-vars merge next into main (#2705) 2022-03-09 15:44:26 -06:00
framework-alpine merge next into main (#2705) 2022-03-09 15:44:26 -06:00
framework-lit merge next into main (#2705) 2022-03-09 15:44:26 -06:00
framework-multiple Update examples for 0.24.0 (#2740) 2022-03-09 13:52:31 -08:00
framework-preact merge next into main (#2705) 2022-03-09 15:44:26 -06:00
framework-react merge next into main (#2705) 2022-03-09 15:44:26 -06:00
framework-solid merge next into main (#2705) 2022-03-09 15:44:26 -06:00
framework-svelte merge next into main (#2705) 2022-03-09 15:44:26 -06:00
framework-vue merge next into main (#2705) 2022-03-09 15:44:26 -06:00
minimal merge next into main (#2705) 2022-03-09 15:44:26 -06:00
non-html-pages merge next into main (#2705) 2022-03-09 15:44:26 -06:00
portfolio Update examples for 0.24.0 (#2740) 2022-03-09 13:52:31 -08:00
portfolio-svelte Update examples for 0.24.0 (#2740) 2022-03-09 13:52:31 -08:00
ssr merge next into main (#2705) 2022-03-09 15:44:26 -06:00
starter Update examples for 0.24.0 (#2740) 2022-03-09 13:52:31 -08:00
subpath Update examples for 0.24.0 (#2740) 2022-03-09 13:52:31 -08:00
with-markdown Update examples for 0.24.0 (#2740) 2022-03-09 13:52:31 -08:00
with-markdown-plugins Update examples for 0.24.0 (#2740) 2022-03-09 13:52:31 -08:00
with-markdown-shiki Update examples for 0.24.0 (#2740) 2022-03-09 13:52:31 -08:00
with-nanostores Update examples for 0.24.0 (#2740) 2022-03-09 13:52:31 -08:00
with-tailwindcss Update examples for 0.24.0 (#2740) 2022-03-09 13:52:31 -08:00
with-vite-plugin-pwa merge next into main (#2705) 2022-03-09 15:44:26 -06: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