首页 > 解决方案 > 为什么我没有本地网络 URL?

问题描述

安装并运行create-react-app后

    npx create-react-app my-app
    cd my-app
    npm start

我看到一个网址:

    Compiled successfully!

    You can now view my-app in the browser.

      http://localhost:3000/

但我希望看到类似的东西:

    Local:            http://localhost:3000/
    On Your Network:  http://192.168.43.210:3000/

系统:Linux Mint 19.1
反应脚本:“2.1.5”

标签: create-react-app

解决方案


推荐阅读