This projects includes a reusable template for development with Google Map API. The TypeScript interface in CustomMap.ts
is completely reusable in any future projects.
You will need Parcel to run TypeScript in browser,
npm install
Start the application using parcel,
# app runs on http://localhost:1234
npm start