README
Example: Use deck.gl with react-map-gl and Webpack
Uses Webpack to bundle files and serves it with webpack-dev-server.
Usage
To install dependencies:
npm install
# or
yarnCommands:
npm startis the development target, to serve the app and hot reload.npm run buildis the production target, to create the final bundle and write to disk.
Basemap
The basemap in this example is provided by CARTO free basemap service. To use an alternative base map solution, visit this guide
Last updated
Was this helpful?