https://github.com/embbnux/ringcentral-widget-electron
RingCentral JS Widget Election Demo
https://github.com/embbnux/ringcentral-widget-electron
electron integration react ringcentral webpack widget
Last synced: 10 months ago
JSON representation
RingCentral JS Widget Election Demo
- Host: GitHub
- URL: https://github.com/embbnux/ringcentral-widget-electron
- Owner: embbnux
- Created: 2017-07-16T13:21:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T15:30:44.000Z (over 8 years ago)
- Last Synced: 2025-03-29T10:33:31.484Z (about 1 year ago)
- Topics: electron, integration, react, ringcentral, webpack, widget
- Language: JavaScript
- Homepage:
- Size: 9.71 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RingCentral JS Widget Election Demo
## Introduction
This is the demo of RingCentral JS Widget with Electron.
Build with [RingCentral Commons](https://github.com/ringcentral/ringcentral-js-integration-commons/) and [RingCentral Widget](https://github.com/ringcentral/ringcentral-js-widget).
## Dependences
* yarn
* webpack 3
* react
* redux
* electron
## How to Develop
### Clone the code
```
git clone https://github.com/embbnux/ringcentral-widget-electron.git
```
### Create api secret file in project root path
```
# api.json
{
"appKey": "your ringcentral app key",
"appSecret": "your ringcentral app sercet",
"server": "ringcentral sever url, eg: https://platform.devtest.ringcentral.com",
"redirectUri": "https://embbnux.github.io/ringcentral-widget-electron/redirect.html"
}
```
### Start server
```
yarn
# build assets file
yarn build-renderer
# start app in other console
yarn start
```
### Build Package
```
yarn package
```
You can get package in release dir.