A basic macOS menubar app that places a custom icon in the menubar with a popup, and displays a notification. Created for the tutorial series written on the STEEM Blockchain, Getting Started with Electron
- Getting Started with Electron - A Basic Menubar App - Part 1
- Motivation, getting setup, and making the app run
- Getting Started with Electron - A Basic Menubar App - Part 2
- Delving into package.json and the Electron tooling
- Getting Started with Electron - A Basic Menubar App - Part 3
- Understanding Electron's Main and Renderer processes
- Getting Started with Electron - A Basic Menubar App - Part 4
- Understanding our app's code & finishing up