astro/examples
Matthew Phillips ea7ff5177d
astro: namespace for middleware and components (#8101)
* `astro:` namespace for middleware and components

* Update errors to use namespace

* Create a namespace module just for the astro: stuff
2023-08-17 09:28:42 -04:00
..
basics [ci] release (#8090) 2023-08-15 16:12:45 -05:00
blog [ci] release (#8090) 2023-08-15 16:12:45 -05:00
component [ci] release (#8090) 2023-08-15 16:12:45 -05:00
deno [ci] release (#8090) 2023-08-15 16:12:45 -05:00
framework-alpine [ci] release (#8090) 2023-08-15 16:12:45 -05:00
framework-lit [ci] release (beta) (#8067) 2023-08-14 08:46:22 -05:00
framework-multiple [ci] release (beta) (#8067) 2023-08-14 08:46:22 -05:00
framework-preact [ci] release (#8090) 2023-08-15 16:12:45 -05:00
framework-react [ci] release (#8090) 2023-08-15 16:12:45 -05:00
framework-solid [ci] release (#8090) 2023-08-15 16:12:45 -05:00
framework-svelte [ci] release (#8090) 2023-08-15 16:12:45 -05:00
framework-vue [ci] release (beta) (#8067) 2023-08-14 08:46:22 -05:00
hackernews [ci] release (beta) (#8067) 2023-08-14 08:46:22 -05:00
integration [ci] release (#8090) 2023-08-15 16:12:45 -05:00
middleware astro: namespace for middleware and components (#8101) 2023-08-17 09:28:42 -04:00
minimal [ci] release (#8090) 2023-08-15 16:12:45 -05:00
non-html-pages [ci] release (#8090) 2023-08-15 16:12:45 -05:00
portfolio Merge branch 'main' into next 2023-08-17 08:54:28 -04:00
ssr [ci] release (beta) (#8067) 2023-08-14 08:46:22 -05:00
with-markdoc Merge branch 'main' into next 2023-08-17 08:54:28 -04:00
with-markdown-plugins [ci] release (#8090) 2023-08-15 16:12:45 -05:00
with-markdown-shiki [ci] release (beta) (#8067) 2023-08-14 08:46:22 -05:00
with-mdx [ci] release (#8090) 2023-08-15 16:12:45 -05:00
with-nanostores [ci] release (beta) (#8067) 2023-08-14 08:46:22 -05:00
with-tailwindcss [ci] release (beta) (#8067) 2023-08-14 08:46:22 -05:00
with-vite-plugin-pwa [ci] release (#8090) 2023-08-15 16:12:45 -05:00
with-vitest [ci] release (#8090) 2023-08-15 16:12:45 -05:00
README.md .md only: npm init astro --> npm create astro (#4760) 2022-09-16 12:40:06 -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 create astro@latest -- --template [EXAMPLE_NAME]

Community Examples

Visit awesome-astro for a full list of community examples. You can use npm create astro@latest to check out any community examples:

npm create astro@latest -- --template [GITHUB_USER]/[REPO_NAME]

Paths to examples nested inside of a repo are also supported:

npm create astro@latest -- --template [GITHUB_USER]/[REPO_NAME]/path/to/example