React js in cmd

2017-06-13  本文已影响0人  LillianSiYin
  1. npm start to build npm
  2. npm run build to translate current js file
  3. node XXX.js to run the xxx.js file which means to run the react project.
  4. Ctrl+c is to kill it
    Ctrl+Z is to suspends it, which means it can still be running.
上一篇 下一篇

猜你喜欢

热点阅读