An open API service indexing awesome lists of open source software.

https://github.com/arjuntheprogrammer/ionic_mobile_app


https://github.com/arjuntheprogrammer/ionic_mobile_app

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

## IONIC2 Mobile App Reddit Api
https://www.youtube.com/watch?v=O2WiI9QrS5s

## Steps:


  • npm install -g ionic cordova

  • ionic start myApp

  • cd myApp

  • ionic lab

#Other Commands
npm install -g ionic cordova

ionic serve //or// ionic lab //(to start)

ionic g page detail // creates new dir(page) automatically

cordova platform add android

cordova platform add ios

cordova platform ls

cordova run ios

cordova run android

export ANDROID_HOME=/home/arjun/android_sdk/Android/Sdk

export PATH=${PATH}:/home/arjun/android_sdk/Android/Sdk/platform-tools:/home/arjun/android_sdk/Android/Sdk/tools

ionic cordova build android