We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a2724 commit 523720eCopy full SHA for 523720e
README.md
@@ -0,0 +1,14 @@
1
+# Rendr Example Blog
2
+This is a RESTfulll blog build with Rendr, MongoDB. It tries to demonstrates how to use the Rendr library.
3
+However, it's still very buggy. Any contribution would be appreciate.
4
+
5
+## Usage
6
+```sh
7
+git clone [email protected]:trantorLiu/rendr-example-blog.git
8
+cd rendr-example-blog
9
+npm install
10
+#development mode
11
+grunt && node index.js
12
+#production mode
13
+grunt server
14
+```
0 commit comments