fresk-nc / VOX

Audio Player powered by Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Audio Player powered by Electron


Languages

Language:JavaScript 95.7%Language:CSS 3.7%Language:HTML 0.5%Language:Shell 0.2%