- Login to portal.azure.com
- Search for Communication Services and create a communication service resource.
- Once created, go to keys section and copy credentials and create a .env file at the root of the project with the below values.
REACT_APP_ACS_CONNECTION_STRING=<ACS_CONNECTION_STRING>
REACT_APP_ACS_ENDPOINT=<ACS_ENDPOINT>
REACT_APP_ACS_KEY=<ACS_KEY>
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.