Skip to content

A step-by-step TypeScript handbook with practical examples and hands-on exercises.

Notifications You must be signed in to change notification settings

jeffsieu/typescript-from-zero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A step-by-step TypeScript handbook with practical examples and hands-on exercises.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published