basic template for api server.
$ npm install -g grunt-cli
$ sudo ln -s /usr/bin/nodejs /usr/bin/node # first install
$ cd server-tpl
$ npm install
$ cp conf/config.sample.yml conf/config.yml
$ cp project.sample.yml project.yml
$ grunt
server-tpl is licensed under the MIT license.