# Electron-With-Web-SDK **Repository Path**: mirrors_AgoraIO/Electron-With-Web-SDK ## Basic Information - **Project Name**: Electron-With-Web-SDK - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Agora-Web-Electron-Demo # To Use 1. Clone the repo 2. cd into app folder, run ``` npm install ``` 3. once finish, run ``` npm run build ``` to create release build of web content part. *note you will need to update your appid in src/pages/meeting/meeting.js* 4.cd back to project root folder, run ``` npm install npm start ``` Then you shall see the electron app started.