📌  相关文章
📜  如何开始停止反应应用程序 - Shell-Bash 代码示例

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

代码示例1
cd the/root/folder/of/the/project
# To start the server type the following -
npm start
# To stop the app press ctrl+c in the terminal.