npm install -g bower
npm install -g grunt
npm install -g grunt-cli
It requires Ruby
gem install sass
Go to the client folder and un the following
npm install
bower install
grunt
You can now access to the appcation: http://localhost:8000/src/
Build the application for procuction
grunt build
grunt server
You can test the built application: http://localhost:8000/build/