Anyone have a really newbie guide to nodejs - express - SASS/LESS? I have not been able to get this working. The example I have now is a bareboned as possible..
Your setup is the standard setup for readymade. Make sure that less compiler is installed on your system though.
npm install lessjs readymade
And then add the following to your server.js
app.use(require('readymade').middleware({root: "public"}));