electron-hot
v0.2.0
Published
Electron hot loader
Readme
Electron Hot Loader
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.
INSTALLATION
$ npm install electron-hotUSAGE
In index.js:
require('electron-hot')();Options
- port: Port for the debugger
