https://github.com/xyflow/vite-svelte-flow-template
A vite template to get started with Svelte Flow
https://github.com/xyflow/vite-svelte-flow-template
svelte svelte-flow vite
Last synced: 5 months ago
JSON representation
A vite template to get started with Svelte Flow
- Host: GitHub
- URL: https://github.com/xyflow/vite-svelte-flow-template
- Owner: xyflow
- License: mit
- Created: 2023-11-09T15:02:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-14T10:39:56.000Z (6 months ago)
- Last Synced: 2025-05-14T11:47:49.815Z (6 months ago)
- Topics: svelte, svelte-flow, vite
- Language: Svelte
- Homepage: https://svelteflow.dev
- Size: 71.3 KB
- Stars: 17
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-vite - vite-svelte-flow-template - Svelte Flow starter template. (Get Started / Templates)
- awesome-vite - vite-svelte-flow-template - Svelte Flow starter template. (Get Started / Templates)
README
# 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
```