This project is naive implementation of the famous player VOX. It is with the aim to learn the Electron.
Download the latest build from here
Run this two commands simultaneously in different console tabs:
$ npm run server
$ npm run start:hot
or run with one command:
$ npm run dev
For unit tests:
$ npm run test
or
$ npm run test:watch
For linter:
$ npm run lint
$ npm run package
MIT