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