johnhaley81 / electron-background-task-app

Example of running a background task in electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example of running a background task in electron

License:MIT License


Languages

Language:JavaScript 68.4%Language:CSS 17.6%Language:HTML 14.0%