#music-test app A music test app written in Angular2. The following describes how to work on this app and the deployment process
#Prerequisites
#Install angular-cli globally
- npm install -g angular-cli
#Install this app
- git clone https://github.com/preethams/angular2-music-test.git
- npm install
- cd angular2-music-test
#Start the development server
- ng serve
#To make production builds
- ng build --prod
#Deployment to heroku
- git push heroku master
#Live app on heroku
#Useful resources