https://github.com/fresk-nc/VOX
Audio Player powered by Electron
https://github.com/fresk-nc/VOX
electron react redux
Last synced: about 1 month ago
JSON representation
Audio Player powered by Electron
- Host: GitHub
- URL: https://github.com/fresk-nc/VOX
- Owner: fresk-nc
- Created: 2016-04-13T10:40:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T10:12:09.000Z (about 6 years ago)
- Last Synced: 2024-10-28T11:57:02.876Z (6 months ago)
- Topics: electron, react, redux
- Language: JavaScript
- Homepage:
- Size: 3.71 MB
- Stars: 175
- Watchers: 9
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-electron-zh - VOX - Unofficial VOX music player. (Apps / Open Source)
- awesome-electron - VOX - Unofficial VOX music player.  (Apps / Video/Music)
- awesomeelectron - VOX - Unofficial VOX music player. (Apps / Open Source)
README
# Audio player VOX
[](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/).
## Download
[Download the latest build from here](https://github.com/fresk-nc/VOX/releases)
## How to develop
### RunRun 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