johnhaley81 / electron-background-task-app

Example of running a background task in electron
MIT License
83 stars 13 forks source link

electron-background-task-app

This app shows off how to run a task in the background of an electron app.

Dev

$ npm install

Run

$ npm start

Build

$ npm run build

Builds the app for OS X, Linux, and Windows, using electron-packager.

License

MIT © John Haley