What is the different between using StrongLoop's “slc run” and “node app.js”

前端 未结 6 890
死守一世寂寞
死守一世寂寞 2021-01-06 05:31

I\'m working through the StrongLoop\'s getting started instructions and created my sample app. Whilst the instructions tell me to use:

slc run .
6条回答
  •  轮回少年
    2021-01-06 06:13

    One of my favorite features is 'slc debug app.js' which brings up node-inspector for debugging . its nice CLI sugar. But of course you can totally run node and configure this manually.

提交回复
热议问题