Versions Compared

Key

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

...

Info

Requirements: java, maven, node, yarn


Info

Version requirements: Java 11, Node 14.16.0

...

Code Block
languagebash
cd web
npm installyarn


Warning

When a taskana version is changed please do not forget to build taskana-parent, taskana-rest-parent and taskana-lib-parent
Options:
A) full build

B) See codeblock below

...

Code Block
languagebash
cd web
ngyarn servestart

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

...