$ make
install nodejs >= 8.0.0
$ npm install
$ npm run build
$ npm run tdd
$ npm run start -- --proxy=https://host:port
For example, if you have a cluster https://mycluster.example.com
and want to
use it as a backend for your local WEB development, you can start a
dev server with the following:
$ npm run start -- --proxy=https://mycluster.example.com
Then open https://localhost:8081/web