Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 382 Bytes

readme.md

File metadata and controls

29 lines (17 loc) · 382 Bytes

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