Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 398 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 398 Bytes

Rendr Example Blog

This is a RESTfulll blog build with Rendr, MongoDB. It tries to demonstrates how to use the Rendr library. However, it's still very buggy. Any contribution would be appreciate.

Usage

git clone git@github.com:trantorLiu/rendr-example-blog.git
cd rendr-example-blog
npm install
#development mode
grunt && node index.js
#production mode
grunt server

LICENSE

MIT