简体   繁体   English

如何使用 Ip 在移动设备上打开 React.js 应用程序

[英]How to open React.js app on mobile using Ip

I'm trying to share my React app on my mobile.我正在尝试在我的手机上分享我的 React 应用程序。 I'm connected to both devices on the same wifi and I use the IP address and then the host port xxx.xxx.xx:3000/.the phone can not search the site something details are missing?我在同一个 wifi 上连接到两个设备,我使用 IP 地址,然后使用主机端口 xxx.xxx.xx:3000/。手机无法搜索该站点,缺少什么细节?

You must specify host IP there, currently your app is serverd only for localhost, if you are using webpack try to run npm start --host 0.0.0.0您必须在此处指定主机 IP,目前您的应用程序仅针对 localhost 服务,如果您使用 webpack 尝试运行npm start --host 0.0.0.0

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM