Svelte Integration Demo

This demo shows how to integrate yFiles for HTML with the Svelte framework, using Vite for development and deployment.

Running the demo

First, install the required npm modules in the demo directory:

> npm install

Now the Vite development server can be started:

> npm run dev

The Vite development server will launch the index file in a browser.