React js in cmd
2017-06-13 本文已影响0人
LillianSiYin
-
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.