astro/examples
Erika 4e88ffd813
Update CodeSandbox config for Node 18 and new editor (#8292)
* config: update config for codesandbox

* feat: update create-astro to remove .codesandbox folder

* chore: changeset

* fix: use node18
2023-08-30 18:52:21 +02:00
..
basics Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
blog Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
component [ci] release (#8296) 2023-08-30 18:14:12 +02:00
deno Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
framework-alpine Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
framework-lit Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
framework-multiple Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
framework-preact Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
framework-react Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
framework-solid Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
framework-svelte Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
framework-vue Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
hackernews Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
integration [ci] release (#8296) 2023-08-30 18:14:12 +02:00
middleware [ci] release (#8296) 2023-08-30 18:14:12 +02:00
minimal Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
non-html-pages Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
portfolio Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
ssr Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
with-markdoc Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
with-markdown-plugins Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
with-markdown-shiki Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
with-mdx Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
with-nanostores Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
with-tailwindcss Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
with-vite-plugin-pwa Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02:00
with-vitest Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +02: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