Skip to content

Code demos shown at the session "Building Utility Network Applications with ArcGIS Maps SDK for JavaScript" at Esri's Dev Summit 2025.

Notifications You must be signed in to change notification settings

ben14136/dev-summit-2025-demos

Repository files navigation

Dev Summit Demos 2025

This is the source code for the demos presented at the session Building Utility Network Applications with ArcGIS Maps SDK for JavaScript at Esri's Dev Summit 2025.

Getting Started

  1. Install the dependencies:

    npm install
  2. Run the Vite dev server:

    npm run dev
  3. Access the dev server by navigating to http://localhost:5173/.

Configuration

Be sure to update the id property on the arcgis-map component in index.html with your own map ID:

<arcgis-map item-id="YOUR_MAP_ID_HERE"> </arcgis-map>