This is an exercise from Udemy course Typescript: The Complete Developer's Guide 2020 by Stephen Grider.
Clone the repo, change directories, and install parcel.
git clone https://github.com/james-priest/ts-maps.git
cd ts-maps
npm install parcel-bundler
Run the project on command line with
npm parcel index.html
View the page by going to