Install NodeJS and npm http://nodejs.org/
Get the project's dependencies via npm (see package.json for details):
npm install -g bower http-server
npm installGet the project's Bower dependencies (see bower.json for details):
bower installLaunch/run the server (http://localhost:8080/):
http-server