TypeScript #0: Install TypeScript in Visual Studio Code

TypeScript #0: Install TypeScript in Visual Studio Code

Codehelp by Sahil

55 лет назад

389 Просмотров

Before starting with a course on typescript, let’s have a look at what all installations are required to make our system ready to work with TypeScript
To start with you will be needing node JS installed on your computer so that you can use the package manager NPM to install and compile TypeScript.

NODEJS - https://nodejs.org/en/
VSCode - https://code.visualstudio.com/
Typescript - SUDO npm install --g typescript


Also you will be needing N IDE where we will be practicing our code. you can choose any IDE available like sublime webstorm if you’re using something already u can use that but if you are just starting out then I would prefer using Visual Studio code not only as it is free but also it provides a lot of extensions which are helpful with TypeScript and angular.


After setting up node JS and IDE finally will be needing to install typescript compiler which will help us compile TypeScript code into plain JavaScript which our browser can understand.

Тэги:

#Typescript_tutorials #typescript_tutorials_for_beginners #How_to_install_typescript #Typescript_installation #typescript_installation_on_mac #install_typescript_npm #install_typescript_globally_using_npm #typescript_in_Visual_studio_Code #install_typescript_in_Windows_10 #install_typescript_in_VS_Code #Install_typescript_specific_version
Ссылки и html тэги не поддерживаются


Комментарии: