Skip to content

usmanashrf/typescript-batch48

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

typescript-batch48

  • Install node js
  • Install typescript

npm i -g typescript // npm install -g typescript

  • for porject creation you have to write below command npm init -y tsc --init
  • npm init -y will create nodejs project with default settings and create package.json file
  • tsc --init will initialize typescript in this project and create tsconfig.json file
  • vs code install
  • how to open vs code in particular directory

code .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published