Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 619 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 619 Bytes

national-park-visits

This app allows you to explore visitation numbers to national parks 1905-2020. View the live app, and read about how the app was built on the ArcGIS Blog.

Build the app

Follow these steps to host the code locally and make modifications:

  1. Download the code.
  2. Open the terminal and navigate to the root of this project: $ cd national-park-visits
  3. Run npm run tsc -w
  4. Make your modifications.