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 JavaScriptarrow-up-right app. Uses Webpackarrow-up-right and the ArcGIS Webpack pluginarrow-up-right to bundle files and serves it with webpack-dev-serverarrow-up-right.

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