By Ralmn
##Installation
First thing first:
Rename and setup the config/config.js.sample in config/config.js
In config/config.js set your MongoDB database url
Run npm install
To start the server: node server
To build the client source:
cd client
gulp
You can also build without watch: gulp no-watch