Versions Compared

Key

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

...

  • "taskanaRestUrl": property is "https://taskana-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


    Code Block
    languagebash
    titlepath: /taskana/web
     ng serve


  • Modify ./rest/taskana-rest-spring-example/src/main/resources/application.properties  devMode=true
  • Build taskana-rest-spring-example


    Code Block
    languagebash
    titlepath: /taskana/rest
     mvn clean install


  • Run taskana-rest-spring-example 

    Code Block
    languagebash
    titlepath: /taskana/rest
     mvn spring-boot:run


Before creating a

...

Pull request

  • Taskana web application runs Jslint, tests and production bundling before deployment, to make sure that your code is 100% functional run next commands before creating a PR.


    • Linting and create production code.

      Code Block
      languagebash
      titlepath: /taskana/web
       npm run build:prod


    • Run tests locally.

      Code Block
      languagebash
      titlepath: /taskana/web
       npm run test


...