0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/examples
2024-04-03 09:03:44 +01:00
..
basics Add .idea folder to .gitignore files of the examples (#10602) 2024-04-03 09:03:44 +01:00
blog Add .idea folder to .gitignore files of the examples (#10602) 2024-04-03 09:03:44 +01:00
component Add .idea folder to .gitignore files of the examples (#10602) 2024-04-03 09:03:44 +01:00
framework-alpine Add .idea folder to .gitignore files of the examples (#10602) 2024-04-03 09:03:44 +01:00
framework-lit Add .idea folder to .gitignore files of the examples (#10602) 2024-04-03 09:03:44 +01:00
framework-multiple Add .idea folder to .gitignore files of the examples (#10602) 2024-04-03 09:03:44 +01:00
framework-preact Add .idea folder to .gitignore files of the examples (#10602) 2024-04-03 09:03:44 +01:00
framework-react Add .idea folder to .gitignore files of the examples (#10602) 2024-04-03 09:03:44 +01:00
framework-solid Add .idea folder to .gitignore files of the examples (#10602) 2024-04-03 09:03:44 +01:00
framework-svelte Add .idea folder to .gitignore files of the examples (#10602) 2024-04-03 09:03:44 +01:00
framework-vue Add .idea folder to .gitignore files of the examples (#10602) 2024-04-03 09:03:44 +01:00
hackernews [ci] release (#10651) 2024-04-02 16:15:27 -04:00
integration [ci] release (#10651) 2024-04-02 16:15:27 -04:00
middleware [ci] release (#10651) 2024-04-02 16:15:27 -04:00
minimal Add .idea folder to .gitignore files of the examples (#10602) 2024-04-03 09:03:44 +01:00
non-html-pages Add .idea folder to .gitignore files of the examples (#10602) 2024-04-03 09:03:44 +01:00
portfolio Add .idea folder to .gitignore files of the examples (#10602) 2024-04-03 09:03:44 +01:00
ssr [ci] release (#10651) 2024-04-02 16:15:27 -04:00
starlog [ci] release (#10651) 2024-04-02 16:15:27 -04:00
view-transitions [ci] release (#10651) 2024-04-02 16:15:27 -04:00
with-markdoc Add .idea folder to .gitignore files of the examples (#10602) 2024-04-03 09:03:44 +01:00
with-markdown-plugins Add .idea folder to .gitignore files of the examples (#10602) 2024-04-03 09:03:44 +01:00
with-markdown-shiki Add .idea folder to .gitignore files of the examples (#10602) 2024-04-03 09:03:44 +01:00
with-mdx Add .idea folder to .gitignore files of the examples (#10602) 2024-04-03 09:03:44 +01:00
with-nanostores Add .idea folder to .gitignore files of the examples (#10602) 2024-04-03 09:03:44 +01:00
with-tailwindcss Add .idea folder to .gitignore files of the examples (#10602) 2024-04-03 09:03:44 +01:00
with-vitest Add .idea folder to .gitignore files of the examples (#10602) 2024-04-03 09:03:44 +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