UNPKG

sparc

Version:

Bootstrap Electron with static views or socket connection to remote source such as Create React App.

17 lines (13 loc) 225 B
const Sparc = require('sparc') .Sparc; const app = Sparc(); app.defineView('main', { path: process.env.APP_URL, webPreferences: { nodeIntegration: true } }); app .handleQuit() .handleActivate() .ready();