Ionic serve instances

Hello, IM currently developing a soft phone using ionic.
In order to test the communication between my clients I need at least 2 instances of ionic serve. I was wondering if that’s possible.

I tried to use ionic view app and try calling the ionic serve instance but somehow the ionic view is full of bugs while the ionic serve works perfectly.

Any suggestion is welcome, thanks!

Run them on different ports. Type ionic help serve and you’ll see the options supported.

1 Like

Exactly what i needed thanks m8.