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.
Follow these steps to host the code locally and make modifications:
- Download the code.
- Open the terminal and navigate to the root of this project:
$ cd national-park-visits
- Run
npm run tsc -w
- Make your modifications.