All Projects → fresk-nc → Vox

fresk-nc / Vox

Audio Player powered by Electron

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].