Dojo Demo
The Dojo Demo shows how to integrate yFiles in a basic Dojo
application based on the Dojo cli-create-app
.
Building the Demo
-
Go to the demo's directory
demos-js/toolkit/dojo
. -
Run
npm install
. -
Run
npm run dev
.
This will start the development server of the Dojo application.
The integrated development server of the project will automatically update the application upon code changes.