A boilerplate/starter project for front-end apps and websites with Servant integration already set up.
This consists of the HTML5 Boilerplate, a simple node.js server, and some useful gulp tasks.
The Servant team uses this for their own projects.
First, install node.js, if you don't have it installed already:
https://github.com/joyent/node/wiki/Installation
Download this project's zip file.
Install dependencies (first time only):
$ npm install
$ bower install
Start the server:
$ gulp
Check out the full Servant Developers Documentation. It's well-maintained, well-written and it will cover many topics involved in this boilerplate.
Also, this project relies heavily on the almighty Servant Javascript SDK. Check it out to find out exactly how much cool stuff you are able to do!