...
Checkout UI from the repo.
Code Block language bash git clone "https://gerrit.nordix.org/onap/policy/gui"
- Change into the "gui-clamp" directory.
Build the UI
Code Block language bash mvn clean install
Start the front end UI
IfCode Block language bash npm start --scripts-prepend-node-path
* If you get an error such as 'npm ERR! code ENOENT' modify the package.json "start": "HTTPS=true react-scripts start" to "start": "set HTTPS=true && react-scripts start",- Once the UI starts at localhost:3000 it will ask for credentials:
Login: admin
Password: password
* This is a windows issue so anything marked with ** is for Windows environment only.