Skip to content

Latest commit

 

History

History
91 lines (66 loc) · 4.57 KB

README.md

File metadata and controls

91 lines (66 loc) · 4.57 KB

TypeScript from Zero

This repository serves as an interactive guide to TypeScript. It contains written guides in the form of README.md files, as well as code examples in the form of .ts files.

Prerequisites

This course assumes that you have:

  • Proficiency with JavaScript (or minimally any other language)

Good to have:

  • Some experience with TypeScript
  • VS Code installed

Setup

npm install # Install ESLint and TypeScript for type-checking in hands-on exercises.

We will be using Visual Studio Code with the following extensions:

Table of Contents

Expectations

What this course is

  • A guide to TypeScript syntax and best practices when using TypeScript in your codebase

What this course is not

  • A guide to setting up TypeScript in your project
  • A JavaScript tutorial

Credits

This set of course materials was prepared by Jeff Sieu.

Some of the examples and explanations were inspired by the official TypeScript documentation.

Useful resources