Not sure if you are in the same boat as I, but I could not find any good resource out there that pulled this all together. So here is a step-by-step tutorial for creating a Node.js app from scratch, adding in Grunt and then Node-Sass. Yeah, try and find good docs on Node-Sass alone :(
Hope this is of help!
npm init
- create a clean node project- NOTE: be sure to add
"private": true,
to thepackage.json
so that your project is not globally distributed as a npm app