Skip to content

RTS98/beginners-typescript-tutorial

 
 

Repository files navigation

beginner typescript tutorial

Installation Instructions

Clone this repo or open in Gitpod.

# Installs all dependencies
npm install

# Starts the first exercise
npm run exercise 01

# Runs linting and tests on the solution
npm run solution 01

Description

This is fork form total-typescript/beginners-typescript-tutorial in order to comprehend some of the best practices or common mistakes using TypeScript.

It stands as a support for me while working. Each *.problem.ts has a link to the official TypeScript documentation for a full explanation of the issue or for the data type that is using there.

About

An interactive TypeScript tutorial for beginners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%