Just a demo project to catch up deck.gl and react.
The original is https://github.com/visgl/deck.gl/tree/8.8-release/examples/website/trips.
# install dependencies
npm install
# bundle and serve the app with webpack
npm start
# To inject mapbox api key, put a query parameter as follows
# See https://docs.mapbox.com/help/glossary/access-token/ to get the key.
http://localhost:8080/?mapbox_key=xxx