Skip to content

This repo contains lessons and exercises about some TypeScripts funcamentals

Notifications You must be signed in to change notification settings

pffigueiredo/typescript-fundamentals-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Fundamentals Workshop

This workshop is about the basics of TypeScript.

Requirements

To run this locally you will need:

  • Node.js
  • NPM or YARN (or any other package manager)

Install

npm install

Scripts

Compile lessons folder's files to JavaScript

npm run tsc:lessons

Compile exercises folder's files to JavaScript

npm run tsc:exercises

Compile samples folder's files to JavaScript

npm run tsc:samples

Lessons

Each lessons addresses a different topic of a TypeScript fundamental, and although it has some explanations and examples, it might not be enough for you to learn on your own, as this workshop is suppose to be accompanied by a instructor.

Exercises

You should do each exercise after each lesson. Most exercises have errors that you should try to fix by following the instructions.

About

This repo contains lessons and exercises about some TypeScripts funcamentals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published