# ertc-web-demo **Repository Path**: Ezviz-OpenBiz/ertc-web-demo ## Basic Information - **Project Name**: ertc-web-demo - **Description**: ertc-web react 项目 demo - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-27 - **Last Updated**: 2024-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ertc-web react 项目 demo [![npm](https://img.shields.io/npm/v/ertc-web)](https://www.npmjs.com/package/ertc-web) ## 在线体验 为了方便快速体验,ERTC 提供了 react 版本的 [在线体验地址](https://openstatic.ys7.com/webrtc_gw_websdk/) 。 ## 本地运行 ### 下载 Demo 源码 访问 [GitHub 源码地址](https://github.com/Ezviz-OpenBiz/ertc-web-demo) 下载 ertc-web demo 源码包 ### 运行 demo - 本地运行 Demo ``` npm start ``` - 浏览器打开 [http://localhost:5173/](http://localhost:5173/) 地址 ### ERTC 接入项目 参考 [ERTC Web 接入引导](https://open.ys7.com/help/1905) ## 其他 - 当您需要将代码打包部署到生产环境时,执行以下命令进行本地打包 ``` npm run build ```