astro/examples
2022-08-25 19:17:45 +00:00
..
basics Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00
blog Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00
component [ci] release (#4453) 2022-08-25 12:00:17 -04:00
docs Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00
env-vars Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00
framework-alpine Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00
framework-lit Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00
framework-multiple Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00
framework-preact Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00
framework-react Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00
framework-solid [ci] format 2022-08-25 19:17:45 +00:00
framework-svelte Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00
framework-vue Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00
minimal Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00
non-html-pages Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00
portfolio Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00
ssr Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00
subpath Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00
with-markdown-plugins Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00
with-markdown-shiki Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00
with-mdx Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00
with-nanostores Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00
with-tailwindcss Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00
with-vite-plugin-pwa Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00
with-vitest Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04: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