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

后端 未结 1 849
不思量自难忘°
不思量自难忘° 2021-01-22 03:56

I am working on a Meteor website and conveniently, it will run on localhost with the simple command, meteor. However, I want to be able to access this website from

1条回答
  •  北恋
    北恋 (楼主)
    2021-01-22 04:40

    Find out your ip address 192.168.1.12 (mac system prefs/network) start meteor in your project on a port (default 3000) from another comp on network, browse 192.168.1.12:3000

    0 讨论(0)
提交回复
热议问题