0

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 Answers1

0

Try running:

ionic serve --address 0.0.0.0

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

Sergey Rudenko
  • 8,809
  • 2
  • 24
  • 51