Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 744 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 744 Bytes

cbpmn-client

Project Status: Active - The project has reached a stable, usable state and is being actively developed.

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