https://github.com/googlemaps-samples/codelab-maps-platform-deckgl-js
https://github.com/googlemaps-samples/codelab-maps-platform-deckgl-js
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/googlemaps-samples/codelab-maps-platform-deckgl-js
- Owner: googlemaps-samples
- License: apache-2.0
- Created: 2020-06-03T22:48:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T03:40:38.000Z (12 months ago)
- Last Synced: 2025-03-24T11:45:38.141Z (11 months ago)
- Language: JavaScript
- Size: 12.2 MB
- Stars: 13
- Watchers: 6
- Forks: 10
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Google Maps Platform deck.gl Codelab
This repo contains the project template and finished code for the Google Maps Platform deck.gl codelab for JavaScript developers.

## Getting Started
To get started with the codelab, download or fork this repo. A starter template is available in `/starter` and the full solution code is available in `/solution`.
To run the starter or solution apps, run the following from their respective directories:
1. `npm i`
2. `npm start`
This will install the needed dependencies and run the app locally in your browser using Webpack Dev Server.
## Support
If you find a bug, please [file an issue]. Or, if you'd like to contribute, send us a [pull request] and refer to our [code of conduct].
[codelab]: https://codelabs.developers.google.com/codelabs/maps-platform-deckgl/index.html
[file an issue]: https://github.com/googlecodelabs/maps-platform-deckgl/issues
[pull request]: https://github.com/googlecodelabs/maps-platform-deckgl/compare
[code of conduct]: CODE_OF_CONDUCT.md