Skip to content

A simple sandbox I created to play with Electron including some basic packages

License

Notifications You must be signed in to change notification settings

aesalazar/ElectronSandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple sandbox I created to play with Electron including some basic packages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published