This demo uses archimate-js to build a user interface for ArchiMate modeling.
Install the project dependencies via
npm install
Create and run the demo in the public
folder
npm run start
- Download archimate-js and open this project in your IDE.
- Install the project dependencies via
npm install
.
- Install the project dependencies via
- 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
MIT