astro/examples
Erika 488a145456
Normalize and cleanup examples projects (#2364)
* Remove unused line in the examples .gitignore

* Add missing .npmrc, .stackblitzrc and tsconfig.json files to a few examples

* Removed unused file and link directive in the minimal example

* Oops, added an accidental slash
2022-01-12 10:37:16 -05:00
..
blog Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
blog-multiple-authors Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
component Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
docs Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
fast-build [ci] release (#2339) 2022-01-07 16:43:19 -05:00
framework-alpine Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
framework-lit Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
framework-multiple Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
framework-preact Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
framework-react Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
framework-solid Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
framework-svelte Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
framework-vue Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
minimal Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
portfolio Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
portfolio-svelte Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
starter Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
subpath Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
with-markdown Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
with-markdown-plugins Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
with-nanostores Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
with-tailwindcss Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -05:00
with-vite-plugin-pwa Normalize and cleanup examples projects (#2364) 2022-01-12 10:37:16 -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