1.0.0 • Published 4 years ago

hap-ui-client-template v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Application URL and auth0

The url for the client is defined in two places.

  1. In output.path of webpack.config.js

    path: path.resolve(__dirname + "/dist", "client-template"),

  2. In launch.json as the url

    "url": "http://localhost:4010/client-template?connect=NuanceAD",

This url must be configured as a callback URL in the auth0 definition for the application

Debugging the client

If you have not already done so, download and start the hap-ui-proxy and hap-ui-server projects

git clone https://nuancehub@dev.azure.com/nuancehub/HC-HAP/_git/hap-ui-proxy

git clone https://nuancehub@dev.azure.com/nuancehub/HC-HAP/_git/hap-ui-server

Add the folders to the same VS Code workspace as the client

File > Add folder to workspace