Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

42 lines (22 loc) · 1.17 KB

Servant Front-End Boilerplate

Description

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.

Installation

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

Open http://localhost:8080

Documentation

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!