0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/examples
2022-03-30 10:41:53 -05:00
..
blog chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
blog-multiple-authors chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
component chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
docs chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05: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 chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
framework-preact chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
framework-react chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
framework-solid chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
framework-svelte chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
framework-vue chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
integrations-playground chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05: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 chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
ssr Deno adapter (#2934) 2022-03-30 08:42:19 -04:00
starter chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
subpath chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
with-markdown chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
with-markdown-plugins chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
with-markdown-shiki chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
with-nanostores chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
with-tailwindcss chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -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

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