Notify service

Install node modules

$ cd NotifyServiceFront
$ npm install

Build and Start:

.Net

  • Open NotifyServiceAPI/NotifyServiceAPI.sln with VS 2017 and build in Debug mode.
  • Start Debug with IIS Express
  • Debug url have to be http://localhost:50509

Vue

$ cd NotifyServiceFront
$ npm run start:dev

Open in browser http://localhost:8080