2.1.1 • Published 5 years ago

checkit-hub-ui v2.1.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
5 years ago

Checkit HUB UI

1. Build commands:

  • npm install - back-end dependencies
  • bower install - front-end dependencies
  • gulp - one off build

Distribution files are located in "dist" directory.

2. Development

  • gulp watch - instead of "gulp" - builds and watches for changes
  • npm start - start a local server on port 8082
  • npm test - runs Unit Tests

3. Running protractor tests

Point the HUB UI to an IP address and port for a Web Socket connection to the WebEngine

CHECKIT_HUB_IP=192.168.100.100 CHECKIT_HUB_PORT=80 gulp protractor