This is a replica of the song-hop application created using Ionic Framework.
To use this, either create a new ionic project using the ionic node.js utility, or copy and paste this into an existing Cordova project and download a release of Ionic separately.
Install ionic and cordova if you do not have them installed
$ sudo npm install -g ionic cordova
Set up the project
$ git clone https://github.com/einnor/song-hop
$ cd song-hop
$ npm install
Run the application on the browser
$ ionic serve
To run the ios platform, run:
$ ionic platform add ios
$ ionic build ios
$ ionic emulate ios
To run the android platform, run:
$ ionic platform add android
$ ionic build android
$ ionic emulate android
URL coming soon