Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

postit-js Modeler Example

This example uses postit-js to implement a modeler for postit diagrams.

About

This example is a node-style web application that builds a user interface around the postit-js modeler.

Building

You need a NodeJS development stack with npm installed to build the project.

To install all project dependencies execute

npm install

Build the application (including postit-js) via

npm run all

You may also spawn a development setup by executing

npm run dev

Both tasks generate the distribution ready client-side modeler application into the public folder.

Serve the application locally or via a web server (nginx, apache, embedded).