electron-filewatcher This is a wee app that watches the filesystem, and on any changes it refreshes what is in the electron browser. Setup npm install Update the following variables at the start of index.js: startUrl dirsToWatch and dirsToIgnore Then run: npm start