Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 531 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 531 Bytes

JointJS Fluid Framework

This repository contains a simple app that enables all connected clients to edit JointJS diagram.

Getting Started

After cloning the repository, install dependencies with:

npm install

You can then run the example with:

npm start

This will open a browser window to the example. You can navigate to the same URL in a second window to see changes propagating between clients.

To webpack the bundle and output the result in ./dist, you can run:

npm run build