Express Typescript Server Starting the project Install Typescript and initalize the Typescript project npm i typescript --save-dev npx tsc --init Install Google Typescript Style and initialize it npm i gts --save-dev npx gts init