##Installation
From the command line run npm install and npm install grunt-cli -g
##Running the App
Run npm startt
##Running the App in Production Mode
Run grunt build and export NODE_ENV=production then npm start
##Grunt Commands
This app uses grunt, the following commands are available: grunt hint, grunt build, grunt clean