GitHub - clientIO/joint-plus-tutorial-angular: JointJS+ Tutorial Angular 12
This git repository is intended for instructional purposes. It is the source code that accompanies a JointJS+ blog post "Integration with Angular" which can be found here.
Prerequisites
To run the following code, you will need a JointJS+ license that comes with the JointJS+ installable package file joint-plus.tgz.
Dependencies
Make sure you have the following dependencies installed on your system:
- Node.js
- git
Setup
Clone this repository.
git clone git@github.com:clientIO/joint-plus-tutorial-angular.git
Change into the joint-plus-tutorial-angular directory.
cd joint-plus-tutorial-angular
For this tutorial, you need to place your own joint-plus.tgz file in the root directory.
When that is completed, you can install the dependencies.
Your demo is now ready to start.
You should be able to view the demo at http://localhost:4200.