blob: 714d179da2c330262955f11a98d0176bb31bcc98 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Astro + Lit Example
```sh
npm create astro@latest -- --template framework-lit
```
[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-lit)
[](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/framework-lit)
[](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/framework-lit/devcontainer.json)
This example showcases Astro working with [Lit](https://lit.dev/).
|