Search code examples
ionic-frameworkionic2ionic3

Ionic serve VS ionic serve -c


I'm new in Ionic and using Ionic 3.9.2

I got several terminal commands to serve my ionic-app but, I'm not getting any difference between these two commands.

ionic serve

and

ionic serve -c

Solution

  • This is basically short form of ionic serve --consolelogs for printing the log of you app in ionic CLI.(see the image)

    There is second command to debug the app which is ionic serve --verbose

    Hope this helps you to find out the difference. enter image description here