MP3 player built with Electron, Howler, AngularJS and SASS.
- Make sure you have Node.js installed (v10.6.0 recommended).
- Install dev dependencies by executing the following command:
npm install --save-dev
- To start the application simply execute:
npm start
- Generate distribution
npm run dist-win