# bpmn-client **Repository Path**: shifeipython/bpmn-client ## Basic Information - **Project Name**: bpmn-client - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-18 - **Last Updated**: 2024-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README cbpmn-client =========== [![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) This is a light-weight package to allow remote access to [bpmn-server](https://github.com/bpmnServer/bpmn-server) # Installation This installs bpmn-client-sample application along with `bpmn-client` ```sh 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 ```