mirror of
https://github.com/withastro/astro.git
synced 2025-03-03 22:57:08 -05:00
11 lines
675 B
Markdown
11 lines
675 B
Markdown
# Astro + Lit Example
|
|
|
|
```sh
|
|
npm create astro@latest -- --template framework-lit
|
|
```
|
|
|
|
[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-lit)
|
|
[](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/framework-lit)
|
|
[](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/framework-lit/devcontainer.json)
|
|
|
|
This example showcases Astro working with [Lit](https://lit.dev/).
|