blob: 5f84b5db54bf55c929868ea0cb1e09caf030a2e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# Astro + Lit Example
```
npm create astro@latest -- --template framework-lit
```
[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-lit)
This example showcases Astro working with [Lit](https://lit.dev/).
|