astro/examples
Emanuele Stoppa 1b7dd11823
feat: change default port to 4321 (#7874)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-08-01 16:31:42 +01:00
..
basics feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01:00
blog feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01:00
component [ci] release (#7854) 2023-07-28 12:34:00 -04:00
deno feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01:00
framework-alpine feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01:00
framework-lit feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01:00
framework-multiple feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01:00
framework-preact feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01:00
framework-react feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01:00
framework-solid feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01:00
framework-svelte feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01:00
framework-vue feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01:00
hackernews feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01:00
integration [ci] release (#7854) 2023-07-28 12:34:00 -04:00
middleware [ci] release (#7854) 2023-07-28 12:34:00 -04:00
minimal feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01:00
non-html-pages feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01:00
portfolio feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01:00
ssr fix: update examples to use the new API of cookies (#7899) 2023-08-01 16:00:40 +01:00
with-markdoc feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01:00
with-markdown-plugins feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01:00
with-markdown-shiki feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01:00
with-mdx feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01:00
with-nanostores feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01:00
with-tailwindcss feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01:00
with-vite-plugin-pwa feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01:00
with-vitest feat: change default port to 4321 (#7874) 2023-08-01 16:31:42 +01: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