Skip to content

madsquare/server-tpl

 
 

Repository files navigation

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.

About

basic template for api server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.8%
  • CoffeeScript 21.2%