An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


electron-menubar-app-mac




# 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.