Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 640 Bytes

File metadata and controls

12 lines (11 loc) · 640 Bytes

How to run(Requires Server side from communication-ui-library/samples)

  1. Clone the repo https://github.com/Azure/communication-ui-library
  2. rush install
  3. rush build
  4. Replace the ResourceConnectionString in the samples/Server/appsettings.json file with the connection string from your Azure Communication Services resource, which is listed in the Azure Portal under Keys.
  5. cd samples/Server && rushx start
  6. Go back to this repo
  7. npm install
  8. npm build
  9. npm run start