Instructions to run website locally:
- Navigate to the folder where you want the website code to live
- Git clone https://github.com/aarondr77/NBA-Visualizer.git
- cd NBA-Visualizer
- npm install
- node app.js
- Navigate to http://localhost:8080/
Instructions to run website locally: