First , you need to install the dependencies
npm install
In dev-mode please work with with main.ts found in the ./src directory and run
npm run dev
to watch the changes in real time .
Before you commit any changes , please run
npm run build
in order to build the typescript and put the javascript bundle under ./dist