Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

electron app auto refresh

const electron = require('electron')

// Enable live reload for all the files inside your project directory
require('electron-reload')(__dirname);
Source by ourcodeworld.com #
 
PREVIOUS NEXT
Tagged: #electron #app #auto #refresh
ADD COMMENT
Topic
Name
5+8 =