blob: 5c5a24cc05b6dd83a5ba06a321381dc0018ea8f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Astro + Svelte Example
```sh
npm create astro@latest -- --template framework-svelte
```
[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-svelte)
[](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/framework-svelte)
[](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/framework-svelte/devcontainer.json)
This example showcases Astro working with [Svelte](https://svelte.dev/).
|