📌  相关文章
📜  重新启动节点 js 服务器窗口 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:11.598000             🧑  作者: Mango

代码示例1
Check out nodemon
A tool that helps develop node.js based applications by automatically restarting
the node application when file changes in the directory are detected.

Install it using "npm install nodemon".
Simply use "nodemon server.js" if server.js is the file you're working on.