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.
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.