https://github.com/epilande/yarems
:rocket: Yet Another React Electron Menubar Starter
https://github.com/epilande/yarems
boilerplate electron menubar react redux webpack
Last synced: about 1 year ago
JSON representation
:rocket: Yet Another React Electron Menubar Starter
- Host: GitHub
- URL: https://github.com/epilande/yarems
- Owner: epilande
- Created: 2016-11-21T03:08:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T08:11:22.000Z (over 8 years ago)
- Last Synced: 2025-03-26T10:52:17.350Z (about 1 year ago)
- Topics: boilerplate, electron, menubar, react, redux, webpack
- Language: JavaScript
- Size: 613 KB
- Stars: 29
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YAREMS
**Yet Another React Electron Menubar Starter**
[](https://travis-ci.org/epilande/yarems)

## Quick Start
#### Clone this repo
```bash
$ git clone https://github.com/epilande/yarems.git
$ cd yarems
```
#### Install dependencies
```bash
$ npm install
```
#### Launch dev environment
```bash
$ npm run dev
```
#### Package application
```bash
$ npm run package
```