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