Skip to content

geostarters/keplergl-template-app

Repository files navigation

Template Map Viewer based on Kepler.GL

KeplerGL, ReactJs + Webpack template

Sources:

Kepler.GL api reference

ContextMaps Vector-Tiles MapBox Styles from OpenICGC

Get started

Note that you will need to have Node.js installed.

Clone and install the dependencies...

git clone https://github.com/geostarters/keplergl-template-app.git

cd keplergl-template-app

npm install

npm run start

alt text

Building and running in production mode

To create an optimised version of the app in /public folder:

npm run build