timc1 / react-menubar

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Menubar

Simple Typescript, React and Electron project setup



This is a macOS menubar project setup using menubar, Webpack, and React.

demo

Usage

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

Then install the dependencies:

npm install

Or if you're using Yarn:

yarn

Lastly, start the development server:

npm / yarn start

This repository uses styled-components by default, but feel free to swap that out with whichever style tooling you prefer.

About

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


Languages

Language:TypeScript 53.6%Language:JavaScript 41.8%Language:HTML 4.6%