The FASTEST way to create a TypeScript project

Описание к видео The FASTEST way to create a TypeScript project

Learn how to create a TypeScript project from scratch that runs on Node.js and in web browsers.

My FREE programming apps:
https://apps.apple.com/app/id659282498
https://play.google.com/store/apps/de...

My FREE TypeScript Course:
https://typescript.tv/

Timeline:
00:21 Create new project
00:38 Installing TypeScript
01:16 Configuring TypeScript
02:00 Write TypeScript Code
02:18 Compile TypeScript Code
02:53 Run TypeScript Code in Browser
03:44 TypeScript's Watch Mode
04:46 Common Mistakes

Commands:
1. npm init -y
2. npm i --D typescript
3. npx tsc --init
4. touch main.ts
5. npx tsc

Resources:
➜ https://nodejs.org/en/download/
➜ https://aka.ms/tsconfig.json

Follow TypeScript TV:
🌐 https://typescript.tv
🐦   / typescripttv  
📺    / typescripttv  

Hashtags:
#TypeScript #JavaScript #CodeNewbie #Programming

Комментарии

Информация по комментариям в разработке