mirror of
https://github.com/withastro/astro.git
synced 2025-03-03 22:57:08 -05:00
9 lines
310 B
Markdown
9 lines
310 B
Markdown
|
# 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/).
|