Follow these below steps to run the code.
- Enter in termainl to compile Typescript: npx tsc
- Enter in terminal to bundle for browser use: npx browserify libs/main.js > bundle.js
- Open index.html in a Browser of your choise.
Follow these below steps to run the code.