Skip to content
Free Computer Courses
Courses
Search
Projects
Resources
Cheatsheets
Categories
Saved
About
Contact
Log in
Home
/
Programming
/
TypeScript Tutorials
/ Getting started
Getting started
2 lessons in the TypeScript course.
Full TypeScript course
·
Search this topic
·
Programming
Installing TypeScript
Install the TypeScript compiler with npm and confirm tsc works on your machine.
Hello World
Write a first TypeScript file, compile it, and run the JavaScript output.