Version: v5On this pageionic serveStart a local dev server for app dev/testingionic serve [options]Easily spin up a development server which launches in your browser. It watches for changes in your source files and automatically reloads with the updated build.By default, ionic serve boots up a development server on localhost. To serve to your LAN, specify the --external option, which will use all network interfaces and print the external address(es) on which your app is being served.Try the --lab option to see multiple platforms at once.ionic serve uses the Angular CLI. Use ng serve --help to list all Angular CLI options for serving your app. See the ng serve docs for explanations. Options not listed below are considered advanced and can be passed to the Angular CLI using the -- separator after the Ionic CLI arguments. See the examples.The dev server can use HTTPS via the --ssl option (experimental). There are several known issues with HTTPS. See issue #3305.Examples$ ionic serve$ ionic serve --external$ ionic serve --lab$ ionic serve -- --proxy-config proxy.conf.jsonOptions--sslDescriptionUse HTTPS for the dev server--prodDescriptionFlag to use the production configuration--externalDescriptionHost dev server on all network interfaces (i.e. --host=0.0.0.0)--no-livereloadDescriptionDo not spin up dev server--just serve files--no-openDescriptionDo not open a browser window--labDescriptionTest your apps on multiple platform types in the browserAliases-lAdvanced Options--consolelogsDescriptionPrint app console logs to the terminal--consolelogs-port =<port>DescriptionUse specific port for console logs server--configuration =<conf>DescriptionSpecify the configuration to use.Aliases-c--source-mapDescriptionOutput sourcemaps--host =<host>DescriptionUse specific host for the dev serverDefaultlocalhost--port =<port>DescriptionUse specific port for the dev serverAliases-pDefault8100--public-host =<host>DescriptionThe host used for the browser or web view--lab-host =<host>DescriptionUse specific host for Ionic Lab serverDefaultlocalhost--lab-port =<port>DescriptionUse specific port for Ionic Lab serverDefault8200--browser =<browser>DescriptionSpecifies the browser to use (safari, firefox, google chrome)Aliases-w--browseroption =<path>DescriptionSpecifies a path to open to (/#/tab/dash)Aliases-o