npm install
bower install
npm install grunt-cli -g
grunt serve
Make sure an Android device or emulator is connected or running.
npm install ionic cordova -g
mkdir www # if it does not exist yet
mkdir plugins # if it does not exist yet
cordova platform add android
grunt build
grunt run