https://github.com/agoraio/electron-with-web-sdk
https://github.com/agoraio/electron-with-web-sdk
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/agoraio/electron-with-web-sdk
- Owner: AgoraIO
- Created: 2018-02-11T07:23:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T10:14:50.000Z (about 8 years ago)
- Last Synced: 2025-03-25T01:41:29.286Z (about 1 year ago)
- Language: JavaScript
- Size: 1.16 MB
- Stars: 61
- Watchers: 22
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.