blob: c1dfebbd2f6d8d3100ddd71d5a5a0f3c51769d44 (
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/s/github/withastro/astro/tree/latest/examples/framework-lit)
This example showcases Astro working with [Lit](https://lit.dev/).
|