Just run web-server.js from the application folder and navigate your browser to 'http://localhost:8000/www/index.html'
The server is a simple node server that just writes and reads files from the disk in a restful manner.
login: test
password: test
npm install
bower install
gulp clean
gulp build
Mode of build depends on the field 'mode' in gulp.config.json and it can be 'debug' or 'release'