Spaces:
Running
Running
File size: 326 Bytes
01f62f3 1a56106 01f62f3 1a56106 01f62f3 1a56106 01f62f3 1a56106 01f62f3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
# Vite Svelte Flow Template
This template creates a very basic [Svelte Flow](https://svelteflow.dev) app with [Vite](https://vite.dev).
## Get it!
```sh
npx degit xyflow/vite-svelte-flow-template app-name
```
## Installation
```sh
npm install
```
## Development
```sh
npm run dev
```
## Build
```sh
npm run build
```
|