ben5311 / typescript-course

Udemy Typescript course materials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript for Beginners

This repository contains course materials for the Udemy course Schnelleinstieg in Typescript.

The model solution is available for comparison at https://github.com/franneck94/UdemyTS.

Install Software

  • npm
  • npm install -g typescript
  • npm install -g lite-server
  • npm install -g ts-node

Video Setup

  • script.ts
  • package.json
  • tsconfig.json
npm init
npm install
tsc -init

About

Udemy Typescript course materials

License:Apache License 2.0


Languages

Language:TypeScript 62.4%Language:HTML 37.6%