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