Reputation: 19
I want to test an application in Meteor, on localhost with a mobile phone on the same network, can you help me how to do that? Thank you
Upvotes: 1
Views: 636
Reputation: 459
Just browse to the IP/port of the app on your local net. For instance, if you're starting the meteor app at the standard meteor port on host 10.0.1.25 on your local net, then enter 10.0.1.25:3000 as the url in the browser on your mobile device.
Upvotes: 3