...
UI (admin / monitor / workspace)
Code Block | ||
---|---|---|
| ||
cd admin # or 'monitor' or 'workspace' web npm install |
Start the application(s)
...
Code Block | ||
---|---|---|
| ||
cd rest\taskana-rest-spring-example mvn spring-boot:run |
Admin, Monitor and Workplace UI
Code Block | ||
---|---|---|
| ||
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.