README

Example: Use deck.gl with Esri ArcGIS API for JavaScript

This sample shows how to use the @deck.gl/arcgis module to add a deck.gl layer to an ArcGIS JavaScript app. Uses Webpack and the ArcGIS Webpack plugin to bundle files and serves it with webpack-dev-server.

Usage

To install dependencies:

Commands:

  • npm start is the development target, to serve the app and hot reload.

  • npm run build is the production target, to create the final bundle and write to disk.

Last updated

Was this helpful?