osx - Accessing Meteor local web server from another local device on Mac 10.8 -


i working on meteor website , conveniently, run on localhost simple command, meteor. however, want able access website other computers on local network. main reason want viewing , testing app on mobile.

i running mac mountain lion 10.8, , got rid of of convenient personal web sharing pref panes. else have seen online deals setting own server, want grant access other local device...

thanks

find out ip address 192.168.1.12 (mac system prefs/network) start meteor in project on port (default 3000) comp on network, browse 192.168.1.12:3000


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -