This is a continuation of my blog post from last month Mobile Apps Phonegap Yeoman. I decide to spend a little more time to enhance the application, submit it to iTunes and publish it to the web (try out the app to the left). The iPhone App will be available soon in the app store. Feel free to leave comments and let me know what you think. Please find the Github repository here.
git clone [email protected]:lpaulger/timerApp.git
Assuming node, npm and optionally nvm are installed.
npm install -g yo
npm install -g cordova
npm install
bower install
grunt server
grunt build
cordova plugin add org.apache.cordova.device
cordova plugin add org.apache.cordova.vibration
cordova plugin add org.apache.cordova.inappbrowser
cordova platform add ios
grunt build:phonegap
Open the TimerApp.xcodeproj within platforms/ios/
Run simulator