This is an Ionic 2 mobile application that uses the Reddit API to view subreddits by category.
1.0.0
Install the dependencies
$ npm install
To serve in the browser
$ ionic serve
$ cordova platform add android
$ cordova platform add ios
To run in avd
$ ionic run android
$ ionic run ios
To build APK file to output folder
$ ionic build android