bpmn-js-custom-implementation
bpmn-js-custom-implementation copied to clipboard
Custom implementation of bpmn.io library
Custom implementation of the bpmn-js library
This project is a custom bundle of bpmn-js library.
Online demo: http://davcs86.github.io/bpmn-js-custom-implementation/#/modeler
Install
-
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
distfolder$> cd dist && bower install -
Build the bundle with grunt
$> cd .. && grunt buildOptional
-
Run with BrowserSync with grunt
$> grunt devel