Skip to content

CeciliaRava1/typescript-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-course

This is a course of SergieCode to learn the language typescript

Install tsc npm install -g typescript tsc -version

Anoher option to install tsc curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash source ~/.bashrc nvm install --lts npm install -g typescript

Init tsc project tsc -init

Compile ts tsc script.ts

Observer mode tsc script.ts -w

Observer mode +1 ts files tsc -w

About

This is a course of SergieCode to learn the language typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors