Live reload Scripts in Electron Applications. Under the hood it uses Chrome's remote debugger protocol, and reloads scripts after each change. The state of the application is maintained.
$ npm install electron-hotIn index.js:
require('electron-hot')();- port: Port for the debugger