Background
Modern nodejs application are slowly leaving javascript as the programming language due to the absence of OOP (object oriented programming) capabilitiy such as class, inheritances and polymorphism. The industry is leaning towards typescript as the programming language for their web-based system (frontend or backend)
Objectives
to understand how to intialize typescript based nodejs project for vanilla reactjs web application
Deliverables
Article & Illustration