npm install
npm run serve
process.env doesnt work well with openshift since application is deployed in caddy as a static bundle. So the work around is to have a config map in open shift and mount it to caddy . The json is later read and saved to session storage.
Do not use the full url's since Caddy is doing the redirection. Caddy knows the full url of services .
npm run build
npm run test
npm run lint
npm run test:e2e
npm run test:unit