Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

UI (admin / monitor / workspace)

Code Block
languagebash
cd admin # or 'monitor' or 'workspace'
web
npm install


Start the application(s)

...

Code Block
languagebash
cd rest\taskana-rest-spring-example
mvn spring-boot:run

Admin, Monitor and Workplace UI

Code Block
languagebash
cd adminweb
ng serve --port 4201

Monitor UI

analog to admin UI. Change port to 4202

Workspace UI

...

Then you can open a browser pointing to http://localhost:4200/ url to access to web application.