Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.22 KB

readme.md

File metadata and controls

26 lines (17 loc) · 1.22 KB

UI service for Report Portal

License stackoverflow

Build Code Coverage GitHub release (latest SemVer) Docker Pulls

  1. Install nodejs (minimum required version 10)

  2. Open console from the project root

  3. Run the command cd app

  4. Run the command npm install

  5. Create file .env in app folder

PROXY_PATH='' // http://you_server:port/
  1. Run command npm run dev

  2. Open http://localhost:3000/ in browser