By Kevin Hou
1 minute read
Open server:
1dev_appserver.py Uber 2
To run a project locally. This will automatically reload when a file is saved/modified.
1ionic serve 2
To run in xcode simulator. This will automatically start the iPhone 6 simulator and run your app.
1ionic run ios -l -c -s 2
To get it on "Ionic View" for my iPhone. This will upload your project to your online account and make it accessible via your iPhone "Ionic View" app.
1ionic upload 2
Open the xcode project on xcode. Will allow you to build and sync it to your device. /Users/KevinHou/Documents/Programming/UberScheduler/UberScheduler/platforms/ios Then click run
To log in to Ionic. This will allow you to upload your app to Ionic view.
1ionic login 2
Good reference for starting a new Ionic project: Link