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.
-
Install the dependencies:
npm install
-
Run the Vite dev server:
npm run dev
-
Access the dev server by navigating to
http://localhost:5173/
.
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>