# maps-platform-101-js **Repository Path**: mirrors_googlecodelabs/maps-platform-101-js ## Basic Information - **Project Name**: maps-platform-101-js - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Google Maps Platform 101: JavaScript Codelab This repo contains the project template and finished code for the Google Maps Platform 101: JavaScript codelab. ![App screenshot](screenshot.png) ## 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-101-js/index.html [file an issue]: https://github.com/googlecodelabs/maps-platform-101-js/issues [pull request]: https://github.com/googlecodelabs/maps-platform-101-js/compare [code of conduct]: CODE_OF_CONDUCT.md