Skip to content

fresk-nc/VOX

Repository files navigation

Audio player VOX

Build Status

This project is naive implementation of the famous player VOX. It is with the aim to learn the Electron.

screenshot

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