This is a macOS menubar project setup using menubar
, Webpack, and React.
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.