blob: 618b5e24d1504a2abde245e7bb1f4018b801f49d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Astro + Lit Example
```
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)
This example showcases Astro working with [Lit](https://lit.dev/).
|