Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 655 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 655 Bytes

Electron IPC Ping Pong

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.

output3

Installing

Clone the repo and then install dependencies

npm install

or

yarn

And then start application

npm run start

License

This project is licensed under the MIT License - see the LICENSE.md file for details