0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/examples
Florian Lefebvre 38047119ff
feat(next): better tsconfig (#11859)
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-09-03 17:49:09 +02:00
..
basics feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
blog feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
component feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
container-with-vitest feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
framework-alpine feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
framework-multiple feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
framework-preact feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
framework-react feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
framework-solid feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
framework-svelte feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
framework-vue feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
hackernews feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
integration [ci] release (alpha) (#11903) 2024-09-03 12:52:02 +01:00
middleware feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
minimal feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
non-html-pages feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
portfolio feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
server-islands [ci] release (alpha) (#11903) 2024-09-03 12:52:02 +01:00
ssr feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
starlog feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
toolbar-app [ci] release (alpha) (#11903) 2024-09-03 12:52:02 +01:00
view-transitions feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
with-markdoc feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
with-markdown-plugins feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
with-markdown-shiki feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
with-mdx feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
with-nanostores feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
with-tailwindcss feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
with-vitest feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
README.md

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