Web Dev Server Loading Demo
This demo shows how to load yFiles for HTML with
Web Dev Server
as a loader for efficient web development and easy builds.
See the sources for details.
Running the demo
First, install the required npm modules in the demo directory:
> npm install
Development
To run the development server:
> npm start
When the server runs, try making changes to the source code and see how the app will be
updated in the browser immediately.
Debugging of application files in the browser's developer tools should work fine, since
the source files are only minimally preprocessed.