https://github.com/thasup/typescript-maps
A mini project for learning how to use TypeScript with Google Maps API.
https://github.com/thasup/typescript-maps
faker google-maps-api typescript
Last synced: 2 months ago
JSON representation
A mini project for learning how to use TypeScript with Google Maps API.
- Host: GitHub
- URL: https://github.com/thasup/typescript-maps
- Owner: thasup
- Created: 2022-02-11T15:26:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-14T17:04:33.000Z (almost 4 years ago)
- Last Synced: 2025-07-21T13:42:31.010Z (6 months ago)
- Topics: faker, google-maps-api, typescript
- Language: TypeScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typescript-maps
A mini project for learning how to use TypeScript with Google Maps API.
# Install
1. clone this git on computer
2. install node.js
3. run command `parcel index.html` on terminal
4. go to `http://localhost:1234/` or whatever it told you on terminal
5. happy!