Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

A vite template to get started with Svelte Flow

Awesome Lists containing this project

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
```