An open API service indexing awesome lists of open source software.

https://github.com/agoraio/electron-with-web-sdk


https://github.com/agoraio/electron-with-web-sdk

Last synced: about 1 year ago
JSON representation

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.