Web app that creates a heat map based on local Chattanooga crime data.
##Instructions for Local Development To replicate our development environment a number of open source tools are required, specifically:
##Getting Started
###Install Node Simply visit nodejs.org and click on the big green “Install” button.
###Install Gulp Globally
$ npm install -g gulp
###Install Dependencies
Make sure you're in the root project folder.
$ npm install
###Run Gulp
$ gulp