0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-24 23:21:57 -05:00
astro/examples
2024-10-15 14:43:46 +08:00
..
basics Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
blog Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
component [ci] release (#12148) 2024-10-10 12:21:19 +01:00
container-with-vitest Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
framework-alpine Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
framework-multiple Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
framework-preact Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
framework-react Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
framework-solid Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
framework-svelte Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
framework-vue Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
hackernews Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
integration [ci] release (#12148) 2024-10-10 12:21:19 +01:00
middleware Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
minimal Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
non-html-pages Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
portfolio Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
server-islands Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
ssr Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
starlog Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
toolbar-app [ci] release (#12148) 2024-10-10 12:21:19 +01:00
view-transitions Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
with-markdoc Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
with-markdown-plugins Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
with-markdown-shiki Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
with-mdx Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
with-nanostores Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
with-tailwindcss Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08:00
with-vitest Remove start comand from templates (next) (#12200) 2024-10-15 14:43:46 +08: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