-
npm startto build npm -
npm run buildto translate current js file -
node XXX.jsto run the xxx.js file which means to run the react project. -
Ctrl+cis to kill it
Ctrl+Zis to suspends it, which means it can still be running.
npm start to build npmnpm run build to translate current js filenode XXX.js to run the xxx.js file which means to run the react project.Ctrl+c is to kill itCtrl+Z is to suspends it, which means it can still be running.本文标题:React js in cmd
本文链接:https://www.haomeiwen.com/subject/bkpyattx.html
网友评论