Awesome
Audio player VOX
This project is naive implementation of the famous player VOX. It is with the aim to learn the Electron.
Download
Download the latest build from here
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