cd src/iotMapManager
nvm use
npm i
cd -
npm --prefix src/iotMapManager run watchNow open a new terminal and run:
cd test/angular
npm i
npm run startTo check that everything is working, open a browser and go to http://localhost:4200.
From this point on, you can edit the code of the library and the page will automatically reload with the changes (e.g. change #FFCC00 to #FF0000 and the warning markers will become red instead of yellow).