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