astro/examples
Nate Moore 9f067dca27
Astro 1.0.0 (#4214)
* chore: remove changesets patch

* chore: add changesets

* chore: version packages

* chore: normalize formatting

* chore: update lockfile

* chore: fix codeblocks

* Update packages/astro/CHANGELOG.md

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

* Update packages/astro/CHANGELOG.md

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

* Update packages/astro/CHANGELOG.md

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

* chore: fixup code samples

* chore: move v0.25 message out of note

Co-authored-by: Nate Moore <nate@astro.build>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-08-09 11:10:25 -05:00
..
basics Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
blog Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
component Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
docs Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
env-vars Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
framework-alpine Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
framework-lit Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
framework-multiple Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
framework-preact Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
framework-react Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
framework-solid Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
framework-svelte Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
framework-vue Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
minimal Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
non-html-pages Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
portfolio Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
ssr Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
subpath Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
with-markdown-plugins Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
with-markdown-shiki Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
with-mdx Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
with-nanostores Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
with-tailwindcss Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
with-vite-plugin-pwa Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
with-vitest Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -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