Back to Deck Gl

or

examples/get-started/pure-js/harp.gl/README.md

9.3.2667 B
Original Source

Example: Use deck.gl with harp.gl

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

Usage

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

bash
export HereApiKey=<your_api_key>

Or set API_KEY directly in app.js.

To install dependencies:

bash
npm install
# or
yarn

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.