Skip to content

frytyler/react-menubar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Skeleton Menu Bar App in React

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published