Skip to content

glukin/service-ui

 
 

Repository files navigation

  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

About

UI service for Report Portal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.5%
  • CSS 9.9%
  • HTML 5.6%
  • Makefile 0.0%
  • Java 0.0%
  • Go 0.0%