Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.01 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.01 KB

React Menu Bar

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

Running the app

$ yarn start

Developing

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

Environment

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