Web app that creates a heat map based on local Chattanooga crime data.
##Core Dependencies
##Installation
####Install Node Simply visit nodejs.org and click on the big green “Install” button.
####Install Gulp Globally
$ sudo npm install -g gulp
####Install Gulp Locally Make sure you're in the root project folder.
$ npm install --save-dev gulp
####Install Required Packages
$ npm install gulp-sass browser-sync gulp-notify --save-dev