Based on the socket.io tutorial
Mostly for testing/playing with Socket.IO and AngularJS, but will at some point put a bit more work in on the nodejs-side of things. Other used technologies include jade and stylus.
For development you need to start gulp
gulp
and the node-server
node server/index.js
If you just want to build the stuff for the front-end. Currently doest not minify js, but does concat it.
gulp build