Webapp for cs435.
You need to have node.js as well as npm to be on your system.
git clone [email protected]:cevn/tasky-web.git
npm install
bower install
grunt server
Deployment is done on-the-fly by Travis-CI. After a push to master, travis-ci will automagically run the test suite. If the tests are all successful, it uses my heroku details to push to the webapp.
grunt test:ci