0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/examples
2024-08-15 15:31:42 +02:00
..
basics Content Layer (#11360) 2024-08-14 11:49:19 +01:00
blog feat: ts experimental config 2024-08-15 15:31:42 +02:00
component [ci] release (#11686) 2024-08-14 09:14:23 +01:00
container-with-vitest Content Layer (#11360) 2024-08-14 11:49:19 +01:00
framework-alpine Content Layer (#11360) 2024-08-14 11:49:19 +01:00
framework-lit Content Layer (#11360) 2024-08-14 11:49:19 +01:00
framework-multiple Content Layer (#11360) 2024-08-14 11:49:19 +01:00
framework-preact Content Layer (#11360) 2024-08-14 11:49:19 +01:00
framework-react Content Layer (#11360) 2024-08-14 11:49:19 +01:00
framework-solid Content Layer (#11360) 2024-08-14 11:49:19 +01:00
framework-svelte Content Layer (#11360) 2024-08-14 11:49:19 +01:00
framework-vue Content Layer (#11360) 2024-08-14 11:49:19 +01:00
hackernews Content Layer (#11360) 2024-08-14 11:49:19 +01:00
integration [ci] release (#11686) 2024-08-14 09:14:23 +01:00
middleware Content Layer (#11360) 2024-08-14 11:49:19 +01:00
minimal Content Layer (#11360) 2024-08-14 11:49:19 +01:00
non-html-pages Content Layer (#11360) 2024-08-14 11:49:19 +01:00
portfolio Content Layer (#11360) 2024-08-14 11:49:19 +01:00
server-islands [ci] release (#11686) 2024-08-14 09:14:23 +01:00
ssr Content Layer (#11360) 2024-08-14 11:49:19 +01:00
starlog [ci] release (#11686) 2024-08-14 09:14:23 +01:00
toolbar-app [ci] release (#11686) 2024-08-14 09:14:23 +01:00
view-transitions [ci] release (#11686) 2024-08-14 09:14:23 +01:00
with-markdoc Content Layer (#11360) 2024-08-14 11:49:19 +01:00
with-markdown-plugins Content Layer (#11360) 2024-08-14 11:49:19 +01:00
with-markdown-shiki Content Layer (#11360) 2024-08-14 11:49:19 +01:00
with-mdx Content Layer (#11360) 2024-08-14 11:49:19 +01:00
with-nanostores Content Layer (#11360) 2024-08-14 11:49:19 +01:00
with-tailwindcss Content Layer (#11360) 2024-08-14 11:49:19 +01:00
with-vitest [ci] release (#11686) 2024-08-14 09:14:23 +01:00
README.md Fix: lang unspecified code blocks (#8461) 2023-09-11 12:45:21 +01: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