1.0.0 • Published 4 years ago
hap-ui-client-template v1.0.0
Application URL and auth0
The url for the client is defined in two places.
In
output.path
of webpack.config.jspath: path.resolve(__dirname + "/dist", "client-template"),
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
1.0.0
4 years ago