An example of how the turing-microservice can be used.
npm install turing-example 
An example of how the turing-microservice can be used.
Install dependencies:
$ npm install
For compiling the assets:
$ npm run build
Start the server:
$ npm run start
For starting the server in dev mode with hot reloading:
$ npm run watch
Then open a browser and visit:
* Demo Index Page - http://localhost:8080/turing-example/
* Status Page - http://localhost:8080/turing-example/internal/status
* Health Check - http://localhost:8080/turing-example/internal/health
$ npm test
This also:
* runs eslint, tslint & stylelint
* creates coverage reports when called with:
$ npm test -- --coverage
Start your Application as usual.
Install local webdriver tools.
$ npm run webdriver:install
Start your local webdriver:
$ npm run webdriver:start
Test:
$ npm run test:e2e
Use npm-check's interactive update.
$ npm-check -E -u
- Benedikt Stemmildt
- Jonathan Meyer
Apache-2.0