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