astro/examples
Ben Holmes a30f2f3de4
Fix Markdoc cloudflare errors (#7351)
* fix: move `node:` libs out of utils

* fix: node -> default

* chore: remove kleur from markdoc ex (why was this there??)

* chore: lock

* chore: changeset
2023-06-10 13:43:26 -04:00
..
basics Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
blog Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
component Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
deno Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
framework-alpine Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
framework-lit Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
framework-multiple Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
framework-preact Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
framework-react Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
framework-solid Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
framework-svelte Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
framework-vue Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
hackernews Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
integration Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
middleware Remove experimental flag for custom client directives (#7237) 2023-06-06 00:04:35 +08:00
minimal Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
non-html-pages Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
portfolio Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
ssr Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
with-markdoc Fix Markdoc cloudflare errors (#7351) 2023-06-10 13:43:26 -04:00
with-markdown-plugins Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
with-markdown-shiki Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
with-mdx Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
with-nanostores Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
with-tailwindcss Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
with-vite-plugin-pwa Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04:00
with-vitest Fix out-of-date example dependencies (#7248) 2023-05-30 19:51:09 -04: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