Skip to content

cabul/electron-hot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-hot

USAGE

In index.js:

require('electron-hot')();

Options

  • port: Port for the debugger

About

Electron hot loader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published