Skip to content

jonomk07/typescript-crash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-crash

TypeScript Crash Course

Commands

install typescript

npm i -g typescript

Compile typescript

tsc

To initialize a TypeScript project

tsc --init

run node index to handles your app startup

node index

--watch to continuously compile a project

tsc index --watch

include typescript with react

npx create-react-app my-app --template typescript

About

TypeScript Crash Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published