bpmn-client#
This is a light-weight package to allow remote access to bpmn-server
Installation#
This installs bpmn-client-sample application along with bpmn-client
git clone https://github.com/bpmnServer/bpmn-client-sample.git
cd bpmn-client-sample
npm install
npm run setup
npm run cli
the above setup command will copy .env
You can edit .env file to point to your implementation of bpmn-server
to update to latest release#
$ npm update bpmn-client