When you are new with Angular..
- Install node.js and npm. All is here..
- Instal Angular-cli
$ npm install -g @angular/cli
- Go to root of clonned repo.
- Install packages
$ cd iqrf-gateway-webapp-ng
$ npm install
$ cd iqrf-gateway-webapp-ng
$ ng serve
After this open your browser at http://localhost:4200/.
$ cd iqrf-gateway-webapp-ng
$ ng build
After this in dist folder has been placed the distribution.
$ cd iqrf-gateway-webapp-ng
$ ng build --prod
After this in dist folder has been placed the distribution. Distribution has been optimized.
Here are all fixes of angular modules.
- MQTT component "ng2-mqtt": src/app/shared/mqtt-msg/README.md
Configuration of services are JSON files in the folder src/assets/cfg