/learn-ts

learn some fundamental of typescript syntax

Primary LanguageTypeScript

learn-ts

Install this as global before run

$ yarn global add typescript ts-node

How to run

$ ts-node <filename.ts>

How to compile (*.js)

$ tsc <filename.ts>