mirror of
https://github.com/withastro/astro.git
synced 2025-03-03 22:57:08 -05:00
11 lines
696 B
Markdown
11 lines
696 B
Markdown
# 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/).
|