Basic web app with Typescript

What it does:

  • randomly generate user
  • randomly generate company

It will then show it on google map.

npm install -g parcel-bundler


mkdir RandomGenerate
cd RandomGenerate
touch index.html
mkdir src
cd src
touch index.ts