https://github.com/rousan/electron-menubar
Boilerplate for electron menubar application with PopOver with React + Webpack
https://github.com/rousan/electron-menubar
app electron electron-app linux macos menubar popover window
Last synced: 9 months ago
JSON representation
Boilerplate for electron menubar application with PopOver with React + Webpack
- Host: GitHub
- URL: https://github.com/rousan/electron-menubar
- Owner: rousan
- License: mit
- Created: 2019-02-25T07:47:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T04:48:18.000Z (almost 6 years ago)
- Last Synced: 2025-07-13T00:42:06.270Z (9 months ago)
- Topics: app, electron, electron-app, linux, macos, menubar, popover, window
- Language: JavaScript
- Homepage:
- Size: 436 KB
- Stars: 161
- Watchers: 6
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# electron-menubar
A boilerplate for electron menubar application with integration with `React` and `Webpack`. I am using [`menubar`](https://github.com/maxogden/menubar) as a dependency to get cross-platform compatibility. It supports `MacOS`, `Windows`, and `Linux`.
> Boilerplate for electron menubar app with popover.
# How to use?
Just clone or fork it, then delete unnecessary files and add your app components.
Run to start app:
```shell
yarn start
```
## Contributing
Your PRs and stars are always welcome.