##How to run
git clone https://github.com/pajoa/pajoa-the-chimp.git
Current working branches include master and agendatest which include the node_modules
Otherwise
npm install (node modules and dependencies)
gulp (build file)
node app (run server)
http://localhost:8000/
##How to test
npm test
You may require to install gulp, browserify and jest globally