astro/examples
Houston (Bot) 5b3f96c48e [ci] release (#5948)
* [ci] release

* Update changelogs (#5955)

* [ci] release

* Wrap astro 2.0 beta logs in `<details>`

* Add link to docs upgrade guide

* First pass cleaning up 2.0 release notes

* mdx changes from Sarah

* combine 5584 and 5842 in deno, image, netlify

* markdown/remark incl (5684 & 5769) to match mdx

* Tweak markdown/remark formatting

* Format astro-prism

* Format astro-rss

* Format create-astro

* Format cloudflare

* Format lit

* Format partytown

* Format node

* Format preact

* Format react

* Format solid

* Format svelte

* Format tailwind

* Format vercel

* Format vue

* Format telemetry

* Format webapi

* Format scripts

* Reinstate h3s for headings

Co-authored-by: Ben Holmes <hey@bholmes.dev>

* Reformat mdx

* astro & markdown/remark: Combine #5679 & #5684 changelogs

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Ben Holmes <hey@bholmes.dev>

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Ben Holmes <hey@bholmes.dev>
2023-01-26 12:02:14 -05:00
..
basics [ci] release (#5948) 2023-01-26 12:02:14 -05:00
blog [ci] release (#5948) 2023-01-26 12:02:14 -05:00
component [ci] release (#5948) 2023-01-26 12:02:14 -05:00
deno [ci] release (#5948) 2023-01-26 12:02:14 -05:00
docs [ci] release (#5948) 2023-01-26 12:02:14 -05:00
framework-alpine [ci] release (#5948) 2023-01-26 12:02:14 -05:00
framework-lit [ci] release (#5948) 2023-01-26 12:02:14 -05:00
framework-multiple [ci] release (#5948) 2023-01-26 12:02:14 -05:00
framework-preact [ci] release (#5948) 2023-01-26 12:02:14 -05:00
framework-react [ci] release (#5948) 2023-01-26 12:02:14 -05:00
framework-solid [ci] release (#5948) 2023-01-26 12:02:14 -05:00
framework-svelte [ci] release (#5948) 2023-01-26 12:02:14 -05:00
framework-vue [ci] release (#5948) 2023-01-26 12:02:14 -05:00
hackernews [ci] release (#5948) 2023-01-26 12:02:14 -05:00
integration [ci] release (#5948) 2023-01-26 12:02:14 -05:00
minimal [ci] release (#5948) 2023-01-26 12:02:14 -05:00
non-html-pages [ci] release (#5948) 2023-01-26 12:02:14 -05:00
portfolio [ci] release (#5948) 2023-01-26 12:02:14 -05:00
ssr [ci] release (#5948) 2023-01-26 12:02:14 -05:00
with-markdown-plugins [ci] release (#5948) 2023-01-26 12:02:14 -05:00
with-markdown-shiki [ci] release (#5948) 2023-01-26 12:02:14 -05:00
with-mdx [ci] release (#5948) 2023-01-26 12:02:14 -05:00
with-nanostores [ci] release (#5948) 2023-01-26 12:02:14 -05:00
with-tailwindcss [ci] release (#5948) 2023-01-26 12:02:14 -05:00
with-vite-plugin-pwa [ci] release (#5948) 2023-01-26 12:02:14 -05:00
with-vitest [ci] release (#5948) 2023-01-26 12:02:14 -05: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