gpt4 book ai didi

javascript - 你可以在 nodejs 中使用 Create-React-App npm start 吗?

转载 作者:行者123 更新时间:2023-12-04 09:53:19 25 4
gpt4 key购买 nike

我对 React 和 node.js 很陌生。

我想运行一个 node.js 服务器来提供 React.js 页面/ View 。

当我使用“create-react-app”然后“npm start”时,我是否还需要启动我的 Node 服务器,还是需要使用“npm run build”才能使用 node.js 服务器?

我喜欢它在“npm start”之后对代码进行更改时自动更新您的 react.js 页面的方式。

我只是想知道是否每次进行更改时都必须运行“npm run build”命令。

谢谢你的帮助!

最佳答案

不,您不需要运行 npm run build命令每次都在您准备将代码发送到生产环境时使用此命令。

create-react-app项目,你得到hot reloading在本地开发时开箱即用(运行 npm start 后)。换句话说,当本地服务器运行时,每次更改浏览器都会自动重新加载。

来自 create-react-app 文档:

npm start: Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.



https://create-react-app.dev/docs/available-scripts#npm-start

关于javascript - 你可以在 nodejs 中使用 Create-React-App npm start 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61980594/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com