/census-viz

Boston 2010 Census Visualization

Primary LanguageJavaScript

Boston Census Visualization

boston-census-viz.herokuapp.com

A visualization of Boston's 2010 Census Data.

To Run

  • Ensure that you have both Node.js and npm installed on your computer
  • Clone the repository
  • In Terminal:
    • cd into the directory
    • run npm install (this will install all dependencies)
    • run npm start (this will start a server which can be accessed at localhost:3000)