This section contains a very simple and unique usage of deck.gl, being served by different tools, which do not share the same requirements in term of dependencies and setup. It can give you a base to work on or a straightforward example to play with.
Your only requirement before running either of the examples will be to modify the app file to specify your Mapbox token, so react-map-gl can render the map tiles.
Each command will install the dependencies using yarn if you have it, or with
npm otherwise. yarn is faster to install packages, but absolutely not required.
npm run browserify
Run the example using a browserify process and serve it with budo.
npm run webpack
Run the example using webpack.
Although the interface might be slightly different, the result should be exactly the
same, an interactive dark map you can move and tilt with a deck.gl LineLayer.
