← Back to Blog

Getting Started with Ionic: First Impressions, Tips, and Notes to Self

ionic

By Kevin Hou

1 minute read

Working on the Project

Open server:

1dev_appserver.py Uber 2

Run the Project

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

Opening the Project in Xcode

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

Logging Into Ionic (Command Line)

To log in to Ionic. This will allow you to upload your app to Ionic view.

1ionic login 2

Starting a New Ionic Project

Good reference for starting a new Ionic project: Link