TypeScript- 1: Installation

                                                       how to install typescript:

to install typescript first install node in your computer and then below command.

npm install -g typescript

-g stand for global. Here have install typescript globally , it means I can access anywhere in my computer.


Check typescript properly installed or not

tsc --v


                                                                   Steps to install node JS :

type "node js " in google 

click on first link you will redirected to https://nodejs.org/en

download node js and install in your computer 

check node properly installed or not by using "node -v"  command

Comments

Popular posts from this blog

Filter In Javafx

Kotlin with StandAlone Complier