Introduction to TypeScript and Environment Set Up.
Environment Set up.
1. Nodejs
Download from NodeJs website,
node-v10.15.3-x64
After succesfully installed, test below command in cmd. it should return the version installed
npm command :
2. Intall Type script using command
npm install -g typescript