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
- Host: GitHub
- URL: https://github.com/timc1/react-menubar
- Owner: timc1
- Created: 2020-09-09T23:28:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T16:17:44.000Z (almost 5 years ago)
- Last Synced: 2025-03-18T22:11:16.910Z (3 months ago)
- Topics: electron, macos-menubar, react, typescript
- Language: TypeScript
- Homepage:
- Size: 225 KB
- Stars: 33
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.

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