安装并运行 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”