Home

Awesome

Solution of bpmn-visualization 'getting started' tutorial

This is the solution of the getting started tutorial.

The code of this tutorial is released under the Apache 2.0 license.

The deployed solution

To see the deployed solution: https://process-analytics.github.io/bpmn-visualization-tutorial-getting-started/

How to Run

NOTE: this tutorial was tested with Node 16 and npm 8.16.0

Run

npm install
npm start

Open the URL mentioned in the console

How to Build the solution for deployment

Run npm run build

To test locally, run npm run preview