Created with https://vite.new/vanilla-ts.
To run locally:
npm install
npm start
- localhost app
You will see the following diagram:
The code calling bpmn-visualization
to render the BPMN diagram is available in index.ts.
If you want to bundle the application, run npm run build
and then run npm run preview
to access to a preview of the
bundle application with http://localhost:4173.