Install Grunt
$ cd viewer-app
$ npm install -g grunt-cli$ npm install
$ gruntRun the command and grunt will automatically lints (static code analyze), minimize javascript and css files.
$ grunt dev$ node serve.jsUse browser to open 'http://localhost:3001'.