Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fresk-nc/VOX

Audio Player powered by Electron
https://github.com/fresk-nc/VOX

electron react redux

Last synced: about 2 months ago
JSON representation

Audio Player powered by Electron

Awesome Lists containing this project

README

        

# Audio player VOX

[![Build Status](https://travis-ci.org/fresk-nc/VOX.svg?branch=master)](https://travis-ci.org/fresk-nc/VOX)

This project is naive implementation of the famous player [VOX](https://coppertino.com/).
It is with the aim to learn the [Electron](http://electron.atom.io/).

![screenshot](screenshot.png)

## Download

[Download the latest build from here](https://github.com/fresk-nc/VOX/releases)

## How to develop
### Run

Run this two commands **simultaneously** in different console tabs:

```
$ npm run server
$ npm run start:hot
```

or run with one command:

```
$ npm run dev
```

### Tests and linter

For unit tests:
```
$ npm run test
```
or
```
$ npm run test:watch
```

For linter:
```
$ npm run lint
```
### Package

```
$ npm run package
```

## License
MIT