astro/examples
Elliott Marquez 4b077318fb
Update lit-ssr dependency (#6681)
* update lit-ssr dependency

* delete unnecessary lit shim checks

* delete another unused lit shim feature

* fix sass build

* bump lit and polyfill versions to match ssr req

* shim HTMLElement in test

* remove lit global shim workarounds

* re-shim Astro's ce.define

* remove fix window test and shim HTML Element

* Update .changeset/gold-windows-fly.md

Co-authored-by: Augustine Kim <ajk830@gmail.com>

* fix window check test

* implement suggestoins

---------

Co-authored-by: Augustine Kim <ajk830@gmail.com>
2023-03-29 12:43:40 -04:00
..
basics [ci] release (#6652) 2023-03-28 13:17:46 -04:00
blog [ci] release (#6652) 2023-03-28 13:17:46 -04:00
component [ci] release (#6652) 2023-03-28 13:17:46 -04:00
deno [ci] release (#6652) 2023-03-28 13:17:46 -04:00
docs [ci] release (#6652) 2023-03-28 13:17:46 -04:00
framework-alpine [ci] release (#6652) 2023-03-28 13:17:46 -04:00
framework-lit Update lit-ssr dependency (#6681) 2023-03-29 12:43:40 -04:00
framework-multiple [ci] release (#6652) 2023-03-28 13:17:46 -04:00
framework-preact [ci] release (#6652) 2023-03-28 13:17:46 -04:00
framework-react [ci] release (#6652) 2023-03-28 13:17:46 -04:00
framework-solid [ci] release (#6652) 2023-03-28 13:17:46 -04:00
framework-svelte [ci] release (#6652) 2023-03-28 13:17:46 -04:00
framework-vue [ci] release (#6652) 2023-03-28 13:17:46 -04:00
hackernews [ci] release (#6652) 2023-03-28 13:17:46 -04:00
integration [ci] release (#6652) 2023-03-28 13:17:46 -04:00
minimal [ci] release (#6652) 2023-03-28 13:17:46 -04:00
non-html-pages [ci] release (#6652) 2023-03-28 13:17:46 -04:00
portfolio [ci] release (#6652) 2023-03-28 13:17:46 -04:00
ssr [ci] release (#6652) 2023-03-28 13:17:46 -04:00
with-markdoc fix: update code challenge (#6697) 2023-03-28 15:09:59 -04:00
with-markdown-plugins [ci] release (#6652) 2023-03-28 13:17:46 -04:00
with-markdown-shiki [ci] release (#6652) 2023-03-28 13:17:46 -04:00
with-mdx [ci] release (#6652) 2023-03-28 13:17:46 -04:00
with-nanostores [ci] release (#6652) 2023-03-28 13:17:46 -04:00
with-tailwindcss [ci] release (#6652) 2023-03-28 13:17:46 -04:00
with-vite-plugin-pwa [ci] release (#6652) 2023-03-28 13:17:46 -04:00
with-vitest [ci] release (#6652) 2023-03-28 13:17:46 -04: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