Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 911 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 911 Bytes

Electron Sanbox with Hot Reload

Provides a basic Electron app that includes hot reloading and jshint as depenencies. At the time of this writing, the latest version of Electron npm is 9.0.0.

With the included electron-reload, hot reloading is provided. So, any edits to the source files while the app is running should automatically be reloaded when the save is detected.

Remember to first do a:

npm install

and then a:

npm start

to start. Alternatively, this can be edited, lauched (F5), and debugged from within Visual Studio Code. The launch.json file is already included.