Building one page apps with angularjs and sails.js backend

angularjs, node.js, sails.js

Solution

This is getting downvoted because its not a direct question about code.

I have a boilerplate sailsjs app that you can use to model your own off of..

https://github.com/mikedevita/sailsjs-v10-angularjs-requirejs-boilerplate

This is based on v0.10 which is in beta right now, but the same concept applies.

Problem

I just found out about sails.js and i think it's really awesome. I want to build apps with sails and angular, but i haven't found any guides on doing this. I found this site which is supposed to have a talk on using sails.js instead on express in the mean stack, but there's not video there. I would be glad for links to videos or blog posts on how to do this. Thanks all.

Original source