Skip to content

davcs86/bpmn-js-custom-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Clone the repo

    $> git clone https://github.com/davcs86/bpmn-js-custom-implementation.git
  2. Install the NPM packages

    $> cd bpmn-js-custom-implementation && npm install
  3. Install the bower packages in the dist folder

    $> cd dist && bower install
  4. Build the bundle with grunt

    $> cd .. && grunt build

    Optional

  5. Run with BrowserSync with grunt

    $> grunt devel

About

Custom implementation of bpmn.io library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published