Ionic serve doesn't run on devApp on IONIC4

67 Views Asked by At

This question is to ionic 4 and I want to know how to run an ionic app using a real device.

i have this one on my command [INFO] Development server running!

       Local: http://localhost:8100

       Use Ctrl+C to quit this process

[INFO] Browser window opened to http://localhost:8100!
1

There are 1 best solutions below

0
On

Try running:

ionic serve --address 0.0.0.0

Or use other address of your local machine (192.168 etc).