/archimate-js-demo

A simple webapp builds with archimate-js

Primary LanguageJavaScript

archimate-js modeler demo

This demo uses archimate-js to build a user interface for ArchiMate modeling.

Building the demo

Install the project dependencies via

npm install

Create and run the demo in the public folder

npm run start

Testing/developping archimate-js with the demo

  • Download archimate-js and open this project in your IDE.
    • Install the project dependencies via npm install.
  • Download archimate-js-demo and open this project in your IDE.
    • Edit package.json file and replace "archimate-js": "0.0.x" with your local archimate-js project path (eg. "archimate-js": "file:../archimate-js").
  • Install archimate-js-demo project dependencies via npm install.
  • Run the demo with npm run start

Licence

MIT