prerequirement for running dev version of application. node js python gulp bower ruby sass
please run
$ cd client/ $ npm update $ bower install
$ gulp
$ cd ../server/bin $ node www
visit website on http://localhost:3000/index.html#/secure/UserLogin
project front-end structure is generated by gulp tasks, source code can be found in client/gulp/*.js, and project structure is referred to client/contruct.json file.