Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 317 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 317 Bytes

Node/Express

This example shows how to embed Kepler.gl in a node/express/webpack application.

1. Install

npm install

or

yarn

2. Mapbox Token

add mapbox access token to node env

export MapboxAccessToken=<your_mapbox_token>

3. Start the app

npm start