README

Example: Use deck.gl with Google Maps

Uses Webpack to bundle files and serves it with webpack-dev-server.

Usage

To run this example, you need a Google Maps API key. You can either set an environment variable:

Or set the GOOGLE_MAPS_API_KEY variable in app.js.

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?