Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 436 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 436 Bytes

Server Template

basic template for api server.

Dependency

Install env

$ 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

LICENSE

server-tpl is licensed under the MIT license.