/NEWS_App

"An app that displays the World News(Based on HTML5,CSS,SASS,Angularjs2,REST API)"

Primary LanguageJava

IonReddit

This is an Ionic 2 mobile application that uses the Reddit API to view subreddits by category.

Version

1.0.0

Usage

Installation

Install the dependencies

$ npm install

Serve

To serve in the browser

$ ionic serve

To Add Platforms

$ cordova platform add android
$ cordova platform add ios

Run Platforms

To run in avd

$ ionic run android
$ ionic run ios

Build Android APK File

To build APK file to output folder

$ ionic build android