Giter VIP home page Giter VIP logo

jukebox-app's Introduction

Jukebox Logo

This application is a proof-of-concept. This app focuses on the management of songs, albums, artists, playlists, and users.

Getting started

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-app

Install dependencies

Run the following commands from the root directory of the repository:

npm install
bower install

Configure application

cp src/app/app.config-example.js src/app/app.config.js

Open the app.config.js file and update with the relevant keys.

Configure Google Analytics

From within the cloned folder jukebox-app run:

Edit the tracking code in src/assets/scripts/ga.js and update accordingly.

Run the application

Run the following command to serve the application:

gulp serve

Gulp tasks

  • gulp or gulp build to build an optimized version of your application in folder dist
  • gulp serve to start BrowserSync server on your source files with live reload
  • gulp serve:dist to start BrowserSync server on your optimized application without live reload
  • gulp clean to remove all files from the build and tmp folders
  • gulp test to run your unit tests with Karma
  • gulp test:auto to run your unit tests with Karma in watch mode

jukebox-app's People

Contributors

killerbgt avatar ostranme avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

jukebox-app's Issues

reverse-proxy friendly

jukebox is not reverse-proxy friendly (q.v. https://risacher.org/blog/2013/05/reverse-proxy-friendly/).

Jukeox-app Installed and ran on my ec2 machine, but https://risacher.org/3001/ and https://risacher.org/3001/index.html cause many 404 errors for urls such as https://risacher.org/bower_components/bootstrap/dist/css/bootstrap.css

If I do 'gulp build; gulp serve:dist' there are less missing files; only https://risacher.org/browser-sync/browser-sync-client.2.9.12.js and the login screen loads.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.