electron-background-task-app icon indicating copy to clipboard operation
electron-background-task-app copied to clipboard

Example of running a background task in electron

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