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

https://github.com/timc1/react-menubar

⚫️ Simple React, Typescript & Electron macOS menubar project setup
https://github.com/timc1/react-menubar

electron macos-menubar react typescript

Last synced: 3 months ago
JSON representation

⚫️ Simple React, Typescript & Electron macOS menubar project setup

Awesome Lists containing this project

README

        


React Menubar



Simple Typescript, React and Electron project setup






This is a macOS menubar project setup using [`menubar`](https://github.com/maxogden/menubar/), Webpack, and React.

![demo](https://user-images.githubusercontent.com/12195101/92665032-8add4680-f2d3-11ea-9a6e-e7daadcf8490.gif)

### Usage

To install and set up your project, first fork this repo.

Then install the dependencies:

```console
npm install
```

Or if you're using Yarn:

```console
yarn
```

Lastly, start the development server:

```console
npm / yarn start
```

This repository uses [`styled-components`](https://styled-components.com/) by default, but feel free to swap that out with whichever style tooling you prefer.