Ion News App
  • About Ion News
  • Technologies Used
  • Requirements
  • Admob Setup
  • Push Notification
    • Get Firebase Sender ID
    • Get One Signal App Id and Rest API Key
  • Back End Configuration
    • Create Admin Account With App Setup Details
    • Change Database Connection
    • Email Setup
    • Base Url / Admin Email
    • Push Notification
    • Run Project
  • App Configuration
    • Base Url /Push/Admob Setup
    • How to Run
    • Run in Emulator
Powered by GitBook
On this page

Was this helpful?

  1. App Configuration

How to Run

#Install Latest Ionic Framework

$ npm install -g ionic@latest

#Browse the App

Navigate to project directory

#Install package.json dependencies

$ npm install

#Test your app on multiple screen sizes and platform types by starting a local development server

$ ionic serve

or

$ ionic serve –lab

#Build iOS ( you need Xcode to make IOS build )

$ ionic cordova platform add ios

$ ionic cordova build ios --prod –aot

#Build Android

$ ionic cordova platform add android ( Make sure android studio and there SDK install correctly)

$ ionic cordova build android --prod –aot

#Deploying/Running on emulator

$ ionic cordova run android --prod

PreviousBase Url /Push/Admob SetupNextRun in Emulator

Last updated 5 years ago

Was this helpful?