This is a sample application in initial mode.
+ NodeJS
Open Command Prompt and go to the local repo and excute below commands.
cd training
npm install
node app.js
Open your favourite web browser and go to http://localhost:3000/
Install Bower.io & karma-cli if you are not installed in your machine
npm install -g bower
npm install -g karma-cli
Open Command Prompt and go to the local repo and excute below commands.
cd training/tests/
npm install
bower install
karma start my.conf.js