Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 834 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 834 Bytes

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:

npm install
# or
yarn

Commands:

  • npm start is the development target, to serves the app and hot reload.
  • npm run build is the production target, to create the final bundle and write to disk.