Skip to content

Learning typescript is like a next step for every JavaScript Developer and this repository helps you do that.

Notifications You must be signed in to change notification settings

Martinsngene/learning_typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Learning TypeScript

Typescript Banner

Installations

You can install typescript as a project dependency or globally using npm, yarn or pnpm. Before installing, be sure to have Node js installed.

  1. As a project dependency: npm install typescript --save-dev
  2. To install globally: npm install -g typescript

To read more about typescript installation, visit: TypeScript Installation Guide

About

Learning typescript is like a next step for every JavaScript Developer and this repository helps you do that.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published