Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 526 Bytes

File metadata and controls

33 lines (20 loc) · 526 Bytes

DevSummit 2024: Building Apps with ArcGIS Maps SDK for JavaScript Charts Components

Commands

Dev

Start local server

vite

Build

Build the project to the specified output folder (/dist)

vite build

Preview

Start local server to serve the specified output folder. You must run build before preview

vite preview

Learn More

You can learn more in the Vite guides.

To learn React, check out the React documentation.