简体   繁体   English

如何使用 WebStorm 在浏览器中打开反应项目?

[英]How to open react project in browser using WebStorm?

I'm creating a react project from a webstorm, I just don't know how to open it in a browser.我正在从 webstorm 创建一个反应项目,我只是不知道如何在浏览器中打开它。 Could anyone have given directions on how to open the project in the browser?任何人都可以就如何在浏览器中打开项目给出指示吗?

If you open your terminal in the program and run npm start .如果您在程序中打开终端并运行npm start

Alternatively, you can configure it to run when you press the play button in the toolbar.或者,您可以将其配置为在您按下工具栏中的播放按钮时运行。 You can read how to do that here .你可以在这里阅读如何做到这一点。

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

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