0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/examples
Erika 9263e96593
create-astro updates (#12083)
Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Co-authored-by: Reuben Tier <otterlord.dev@gmail.com>
2024-11-04 16:15:11 +01:00
..
basics create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
blog create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
component create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
container-with-vitest create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
framework-alpine create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
framework-multiple create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
framework-preact create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
framework-react create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
framework-solid create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
framework-svelte create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
framework-vue create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
hackernews create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
integration create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
minimal create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
portfolio create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
server-islands create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
ssr create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
starlog create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
toolbar-app create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
with-markdoc create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
with-mdx create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
with-nanostores create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
with-tailwindcss create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
with-vitest create-astro updates (#12083) 2024-11-04 16:15:11 +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