Having issues with devApp

I’m currently having issues trying to open my app with the devApp, I run the command ionic serve -c but I don’t see the project listed in the devApp, it just keeps searching.

I created my project with the following command: ionic start myApp type=angular --cordova

Is there something missing here to test my app with the devApp on my phone?

Check that you are on the same network. If they are not, Ionic DevApp will not see it

Both my phone and laptop are connected to the same wifi network, I’ll try reconnecting and then serve the app again and see if that works.

edit: yeah, that didn’t work, not sure if I am supposed to install something else, this is how my package.json looks like