Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ideyuta/watch

watch is mac app for viewing videos
https://github.com/ideyuta/watch

Last synced: 8 days ago
JSON representation

watch is mac app for viewing videos

Awesome Lists containing this project

README

        

# watch

watch is app for viewing videos

## Installation

### Install Electron

```
(local)$ npm i -g electron-prebuilt
```

### Clone & Install NPM Package

```
(local)$ git clone [email protected]:ideyuta/watch.git
(local)$ cd watch
(local)$ npm install
(local)$ npm run g
```

## Develop

### gulp

```
npm run g
```

### electron

```
npm run e
```

## Package Build

```
npm run build
```

## Test

```
(local)$ npm run test
```