TypeScript Crash Course Part 1 – Install, Configure, Hello World

Опубликовано: 07 Август 2026
на канале: Tech With Piotr
131
3

🚀 New to TypeScript? Start here!

► What you’ll learn
• Project scaffolding with npm
• Creating tsconfig.json
• Difference between implicit & explicit types
• Compiling TypeScript to a clean /dist build
• Defining your first type and interface
• Why the keyword `void` exists

👇 *CODE & LINKS*

GitHub starter repo ► https://github.com/piotrmol/typescrip...

00:00 Intro – helmet for JavaScript
00:45 Initialise project (npm init) & tsconfig.json
02:01 Implicit vs explicit types
03:06 Compile TS → JS & build script
04:50 Creating a User type
06:13 `void` in functions
07:02 Outro & Part 2 teaser