...
- "taskanaRestUrl": property is "httphttps://localhost:8080taskana-rest.mybluemix.net" by default, if you need to change it modify: taskana\web\src\environments\data-sources\environment-information.json file
- Run web application in developer mode → ng serve -p 4200 (./taskana/web/)
- Modify ./rest/taskana-rest-spring-example/src/main/resources/application.properties devMode=true
- Build taskana-rest-spring-example → mvn clean install (./taskana/rest/)
- Run taskana-rest-spring-example → mvn spring-boot:run (./taskana/rest/)
...