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
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