This is a small angular app project for a previous code challenge.
Currently, the demo is being hosted via Heroku at https://blair-iq.herokuapp.com
npm install
will install all npm modules, followed by the post-install script that will install the necessary bower packages.
npm start
or node server.js
will start the server and automatically open the app in your default browser.