Skip to content

🔌:electron: - A simple electron menubar app that allows you to search and copy gifs

License

Notifications You must be signed in to change notification settings

ericadamski/menubar-gif-cards

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GIF Menu Bar

it is alive

Base App

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

🔌:electron: - A simple electron menubar app that allows you to search and copy gifs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.1%
  • HTML 15.9%