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