KeplerGL, ReactJs + Webpack template
ContextMaps Vector-Tiles MapBox Styles from OpenICGC
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
To create an optimised version of the app in /public
folder:
npm run build