Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 419 Bytes

File metadata and controls

22 lines (14 loc) · 419 Bytes

Reusable Typescript Interface

Description

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.

Installation

You will need Parcel to run TypeScript in browser,

npm install

Usage

Start the application using parcel,

# app runs on http://localhost:1234
npm start