A test repository to clone and start writing your test angular code
Make sure you have npm and bower installed in your shell (Node Cmd, Powershell or GIT Bash)
##Steps to build
npm install
bower install
##Steps to Run
PORT=1234 node ./src/server/server.js