This application is a proof-of-concept. This app focuses on the management of songs, albums, artists, playlists, and users.
Run the following commands in the location that you'd like to place the repository:
get clone https://github.com/540co/jukebox-app.git
cd jukebox-appRun the following commands from the root directory of the repository:
npm install
bower installcp src/app/app.config-example.js src/app/app.config.jsOpen the app.config.js file and update with the relevant keys.
From within the cloned folder jukebox-app run:
Edit the tracking code in src/assets/scripts/ga.js and update accordingly.
Run the following command to serve the application:
gulp servegulporgulp buildto build an optimized version of your application in folder distgulp serveto start BrowserSync server on your source files with live reloadgulp serve:distto start BrowserSync server on your optimized application without live reloadgulp cleanto remove all files from the build and tmp foldersgulp testto run your unit tests with Karmagulp test:autoto run your unit tests with Karma in watch mode
