astro/examples
2022-04-02 13:37:28 -06:00
..
blog exit prerelease mode (#2967) 2022-04-02 13:37:28 -06:00
blog-multiple-authors exit prerelease mode (#2967) 2022-04-02 13:37:28 -06:00
component Migrate to new config (#2962) 2022-04-02 12:29:59 -06:00
docs exit prerelease mode (#2967) 2022-04-02 13:37:28 -06:00
env-vars chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
framework-alpine chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
framework-lit chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
framework-multiple exit prerelease mode (#2967) 2022-04-02 13:37:28 -06:00
framework-preact exit prerelease mode (#2967) 2022-04-02 13:37:28 -06:00
framework-react React 18 monorepo upgrade (#2948) 2022-03-31 13:01:05 -04:00
framework-solid chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
framework-svelte exit prerelease mode (#2967) 2022-04-02 13:37:28 -06:00
framework-vue chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
integrations-playground exit prerelease mode (#2967) 2022-04-02 13:37:28 -06:00
minimal chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
non-html-pages chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
portfolio exit prerelease mode (#2967) 2022-04-02 13:37:28 -06:00
ssr exit prerelease mode (#2967) 2022-04-02 13:37:28 -06:00
starter Fix the favicon for the starter example (#2940) 2022-03-31 12:13:18 -05:00
subpath exit prerelease mode (#2967) 2022-04-02 13:37:28 -06:00
with-markdown exit prerelease mode (#2967) 2022-04-02 13:37:28 -06:00
with-markdown-plugins Migrate to new config (#2962) 2022-04-02 12:29:59 -06:00
with-markdown-shiki [ci] format 2022-04-02 18:30:48 +00:00
with-nanostores exit prerelease mode (#2967) 2022-04-02 13:37:28 -06:00
with-tailwindcss Implement new default script behavior, style is:global (#2961) 2022-04-02 12:34:25 -05:00
with-vite-plugin-pwa chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -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