kylebuttner / affirmations

An Android/iOS app built using Ionic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You need Ionic installed.

$ npm install -g ionic

Testing

Be sure to install Karma CLI and PhantomJS

npm install -g karma-cli
npm install -g phantomjs
webdriver-manager update

To run on an iOS device, first build the app, then prepare Cordova.

$ ionic build ios
$ cordova prepare

Then, open the xcode project from /platforms/ios/ and run on the device you have connected.

About

An Android/iOS app built using Ionic


Languages

Language:JavaScript 85.4%Language:CSS 14.5%Language:HTML 0.1%