This project is a custom bundle of bpmn-js library.
Online demo: http://davcs86.github.io/bpmn-js-custom-implementation/#/modeler
-
Clone the repo
$> git clone https://github.com/davcs86/bpmn-js-custom-implementation.git
-
Install the NPM packages
$> cd bpmn-js-custom-implementation && npm install
-
Install the bower packages in the
dist
folder$> cd dist && bower install
-
Build the bundle with grunt
$> cd .. && grunt build
Optional
-
Run with BrowserSync with grunt
$> grunt devel