/electron-react-ipc

Electron app with react integrated and accept ipc request from external app.

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

electron-wallpaper-explorer

Simple electron app to open dialogs per request from external app through IPC

This is a minimal Electron application based on the Quick Start Guide within the Electron documentation.

To Use

# Install dependencies and run the app
$ npm install
# On terminal #1 run (webpack-dev-server for hot loading)
$ npm run watch
# On terminal #2 run
$ npm start