This is a starter boiler plate for node using typescript.
if you are not already installed typescript install using,
npm i -g typescript
Source code can be built using the tsc
(typscript compiler)
or tsc -w
to live code compilation. Code will be built into
the dist
directory, feel free to change it by changing
tsconfig.json