Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 504 Bytes

DEVELOP.md

File metadata and controls

23 lines (17 loc) · 504 Bytes

Development

Setup environment

cd src/iotMapManager
nvm use
npm i
cd -
npm --prefix src/iotMapManager run watch

Now open a new terminal and run:

cd test/angular
npm i
npm run start

To 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).