This app is intended to give you a really quick starting place with a menubar app built with React and all the ES6 goodness. It's all made possible by the good work done on MenuBar and Parcel JS
$ yarn start
If you are developing then you have a few command options to bundle the JS. Depending if you are making changes to the backend (electron) or the frontend (react) there are 2 different commands to run. There is a single command exposed that will bundle both
Watch All
$ yarn watch
Electron
$ yarn watch:electron
React
$ yarn watch:react
There are only 2 environment settings however the .env
file can be used for other settings that your app may need.
Before starting the app run.
$ cp .env.example .env
APP_SLUG="react_menubar" // lowercase and underscore separated.
APP_NAME="React MenuBar" // Friendly name