Running multiple apps with ionic serve

Hi
How do I run multiple apps with ionic serve? For example once I run any application with ionic serve, I m not able to switch to any other application, the same initial app is run everytime.

Thanks

tried to start it on a different port?
e.g. ionic serve -p 8101

5 Likes