This is a demo of message passing between Electron's main process and renderer process using ipcMain
and ipcRenderer
.
You can find a blog post walking through the steps building up to this repository here.
Clone the repo and then install dependencies
npm install
or
yarn
And then start application
npm run start
This project is licensed under the MIT License - see the LICENSE.md file for details