Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 20 hours 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T05:00:17.000Z (3 months ago)
- Last Synced: 2024-08-02T19:36:45.723Z (3 months ago)
- Topics: svelte, svelte-flow, vite
- Language: Svelte
- Homepage: https://svelteflow.dev
- Size: 61.5 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
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
```