Typescript with interfaces
- Run
npm installto install all the dependencies - Run
npm tscto run the combiler, also no need to run the command every time you change the code. I set it to watch the changes and it will combine it by itself. - Run
npm startto start the server, no need to stop the server and run it again, nodemon will do that for you every time you save any file in the application