0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/examples
2022-05-11 16:20:00 -05:00
..
basics [ci] release (#3308) 2022-05-06 09:28:57 -04:00
blog fix: updated blog template with existing address (#3312) 2022-05-11 16:20:00 -05:00
blog-multiple-authors refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
component refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
docs refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
env-vars refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
framework-alpine refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
framework-lit refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
framework-multiple refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
framework-preact refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
framework-react refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
framework-solid refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
framework-svelte refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
framework-vue refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
integrations-playground refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
minimal refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
non-html-pages refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
portfolio refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
ssr [ci] release (#3308) 2022-05-06 09:28:57 -04:00
starter refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
subpath refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
with-markdown refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
with-markdown-plugins refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
with-markdown-shiki refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
with-nanostores refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
with-tailwindcss refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
with-vite-plugin-pwa refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
README.md

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