Very simple app built with Electron to show how simple it is to build cross-platform desktop applications with notifications.
npm install
npm run start
- To build installers and zips,
npm run make
- If you see
Error: Cannot find module './build/Release/xattr'
, runxcode-select --install