https://github.com/arjuntheprogrammer/ionic_mobile_app
https://github.com/arjuntheprogrammer/ionic_mobile_app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arjuntheprogrammer/ionic_mobile_app
- Owner: arjuntheprogrammer
- Created: 2017-06-12T08:57:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T12:27:46.000Z (almost 9 years ago)
- Last Synced: 2025-05-29T11:16:49.405Z (10 months ago)
- Language: TypeScript
- Size: 1.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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