Skip to content Skip to sidebar Skip to footer

Meteor Testing App Using Local Server And Custom Ip

I'm developing an meteor application client/server and app, too. when i compile my application using this command: meteor run ios-device --mobile-server 192.168.2.126 App on devic

Solution 1:

Solved, i have to use this format per server url:

http://192.168.2.126:3000

Post a Comment for "Meteor Testing App Using Local Server And Custom Ip"