You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/voice-video-calling/includes/video-calling/video-calling-javascript.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -534,7 +534,7 @@ module.exports = {
534
534
Use the `webpack-dev-server` to build and run your app. Run the following command to bundle the application host in a local webserver:
535
535
536
536
```console
537
-
`npx webpack serve --config webpack.config.js`
537
+
npx webpack serve --config webpack.config.js
538
538
```
539
539
540
540
Open your browser and on two tabs navigate to http://localhost:8080/.You should see the following screen:
0 commit comments