Back
reportportal/service-ui
By reportportal
EPAM Report portal. UI Service
1M+
Install nodejs (minimum required version 10)
Open console from the project root
Run the command cd app
cd app
Run the command npm install
npm install
Create file .env in app folder
.env
app
PROXY_PATH='' // http://you_server:port/
Run command npm run dev
npm run dev
Open http://localhost:3000/ in browser
http://localhost:3000/
docker pull reportportal/service-ui