Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 370 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 370 Bytes

electron-tray

System tray app using Electron

Created by doing...

npm init
npm install electron --save-dev
npm install electron -g # for convenience

Next, created main.js from electron tray api docs

Then run it with

electron .

...and boom