How do I run my ionic application within the browser where I can select the 3 different devices?
Ionic run app in browser with different devices
813 Views Asked by Sireini At
2
There are 2 best solutions below
0

Start a local dev server for app dev/testing
Project folder > run cmd
then put and run
ionic serve
after you can see your
Development server running!
Local: http://localhost:8100
External: http://192.168.1.xx:8100
DevApp: example@8100 on DESKTOP-pc
you can run it any devises using following address
External: http://192.168.1.xx:8100
run the following command in commandline or terminal from within your project folder: