Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.32 KB

README.md

File metadata and controls

29 lines (16 loc) · 1.32 KB

TypeScript from scratch and fast

Free courses for beginners. Get Started with TypeScript, learn the basics, its features, workflows and how to use it. Learn the most common basics of TypeScript that are applicable to every project that you will create. With these courses you will learn the types, interfaces, classes, namespaces, exports and more.

This monorepo contains the exercises with my additions, modifications and notes from the following courses.

The most common basics of TypeScript that are applicable to every TypeScript project that you will create or continue from now and into the future.

Get Started with TypeScript, learn the basics, its features, workflows, how to use it and configure your development environment.

Learn the advanced features and the skills to use TypeScript with some frameworks and libraries like Angular and React.

Installation

You need Node.js and TypeScript for the courses and exercises.

  1. Download and install Node.js from https://nodejs.org.

  2. Execute the following command to install TypeScript:

    $ sudo npm install --location=global typescript