美文网首页
React js in cmd

React js in cmd

作者: LillianSiYin | 来源:发表于2017-06-13 11:27 被阅读0次
  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.

相关文章

网友评论

      本文标题:React js in cmd

      本文链接:https://www.haomeiwen.com/subject/bkpyattx.html