I\'m working through the StrongLoop\'s getting started instructions and created my sample app. Whilst the instructions tell me to use:
slc run .
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.