/service-ui

UI service for Report Portal

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Build Status

  1. Install nodejs

  2. Open console from the project root

  3. run the command cd src/main/resources/public

  4. run the command npm install

  5. run the command npm run grunt

  6. create file config-proxy.js in public folder

module.exports = {
    path: ''  //     http://you_server:port/
};
  1. open new console from the project root

  2. run the command cd src/main/resources/public

  3. run the command npm run server

  4. open https://localhost:8080/ in browser