astro/examples
Juan Martín Seery dc6e89f0a3
chore: updated examples to v0.26.0 (#2977)
* New script behavior

* Astro.request

* Reverted `deno` to `node`

* Updated subpath
2022-04-03 14:02:57 -05:00
..
blog Merge branch 'main' into feat/vercel-adapter 2022-04-02 18:53:00 -03:00
blog-multiple-authors chore: updated examples to v0.26.0 (#2977) 2022-04-03 14:02:57 -05:00
component Merge branch 'main' into feat/vercel-adapter 2022-04-02 18:53:00 -03:00
docs chore: updated examples to v0.26.0 (#2977) 2022-04-03 14:02:57 -05:00
env-vars chore: updated examples to v0.26.0 (#2977) 2022-04-03 14:02:57 -05:00
framework-alpine chore: updated examples to v0.26.0 (#2977) 2022-04-03 14:02:57 -05:00
framework-lit Merge branch 'main' into feat/vercel-adapter 2022-04-02 18:53:00 -03:00
framework-multiple Merge branch 'main' into feat/vercel-adapter 2022-04-02 18:53:00 -03:00
framework-preact Merge branch 'main' into feat/vercel-adapter 2022-04-02 18:53:00 -03:00
framework-react Merge branch 'main' into feat/vercel-adapter 2022-04-02 18:53:00 -03:00
framework-solid Merge branch 'main' into feat/vercel-adapter 2022-04-02 18:53:00 -03:00
framework-svelte Merge branch 'main' into feat/vercel-adapter 2022-04-02 18:53:00 -03:00
framework-vue Merge branch 'main' into feat/vercel-adapter 2022-04-02 18:53:00 -03:00
integrations-playground chore: updated examples to v0.26.0 (#2977) 2022-04-03 14:02:57 -05:00
minimal Merge branch 'main' into feat/vercel-adapter 2022-04-02 18:53:00 -03:00
non-html-pages chore: updated examples to v0.26.0 (#2977) 2022-04-03 14:02:57 -05:00
portfolio Merge branch 'main' into feat/vercel-adapter 2022-04-02 18:53:00 -03:00
ssr chore: updated examples to v0.26.0 (#2977) 2022-04-03 14:02:57 -05:00
starter Merge branch 'main' into feat/vercel-adapter 2022-04-02 18:53:00 -03:00
subpath chore: updated examples to v0.26.0 (#2977) 2022-04-03 14:02:57 -05:00
with-markdown Merge branch 'main' into feat/vercel-adapter 2022-04-02 18:53:00 -03:00
with-markdown-plugins Merge branch 'main' into feat/vercel-adapter 2022-04-02 18:53:00 -03:00
with-markdown-shiki Merge branch 'main' into feat/vercel-adapter 2022-04-02 18:53:00 -03:00
with-nanostores Merge branch 'main' into feat/vercel-adapter 2022-04-02 18:53:00 -03:00
with-tailwindcss Merge branch 'main' into feat/vercel-adapter 2022-04-02 18:53:00 -03:00
with-vite-plugin-pwa chore: updated examples to v0.26.0 (#2977) 2022-04-03 14:02:57 -05: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