A basic music player using Electron, Bootstrap and AngularJS
npm install
cd app/
bower install
in the root folder run the app using this command
npm start
i recommend using [electron packager :] (https://github.com/electron-userland/electron-packager)
here is an example :
npm install electron-packager -g
then run the command :
electron-packager {folder} {app name} --all
example:
electron-packager musicPlayer/ angMusic --all
this will generate a binary version for each possible platform ( linux, mac and windows).