Skip to content

ikismail/IonicNewsPortal

Repository files navigation

Ionic News Application

This project is the example of real-world news application. This project was developed using Ionic, Angular5 and NewsApi

Table of Contents

Getting Started

  • Download the installer for Node.js 8
  • Install the ionic CLI globally: npm install -g ionic
  • Clone this repository: git clone https://github.com/ikismail/IonicNewsPortal.git
  • Run npm install from the project root.
  • Run ionic serve in a terminal from the project root.
  • Profit 🎉

App Preview


Try it live All app preview screenshots were taken ionic cordova run android

App Preview

App Preview 2

Download


Download this application apk here

Deploying


  • Run npm run ionic build --prod and then push the www folder to your favourite hosting service
  • Android - run ionic cordova run android --prod
  • iOS - run ionic cordova run ios --prod