blob: b87682b77a61387ad1b6584e1914c73d86e68011 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Astro + AlpineJS Example
```
npm create astro@latest -- --template framework-alpine
```
[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-alpine)
This example showcases Astro working with [AlpineJS](https://alpinejs.dev/).
|