April 2017
Beginner to intermediate
378 pages
7h 57m
English
Ionic provides an easy way to run your Ionic apps in browsers, emulators, and devices. Each of these three commands comes with a bunch of useful options.
If you want live reload to be running on an emulator as well as the actual device, while debugging, use the -l flag for live reload and -c to enable printing JavaScript console errors in the prompt. This is by far the best and most used utility in the Ionic CLI. This command saves at least 30% of your debugging time:
ionic serve -l -cionic emulate -l -cionic run -l -c
You can use the following flags while working with Ionic serve:

If your app has a different ...
Read now
Unlock full access