Skip to content

KevinVHoutte/Ordina-JWorks-TypeScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

TypeScript workshop

Author: Kevin Van Houtte

This workshop will guide you through the core elementals of TypeScript. Each branch has a exercise that leads step by step till the final solution. Exercise 2 will have the solution of exercise 1 and so on... So try your best and may the force guide you!

Prerequisites

Some software is needed to perform this lab.

  1. Editor. Choose the IDE your most comfortable with, most of them have support for TypeScript
  2. NodeJS. NPM (package manager) is needed to get dependencies (compare with Maven or Gradle). Can be downloaded at https://nodejs.org/en/ . Avoid installing using brew/macports etc. as it can lead to permission problems. If NPM is installed correctly, you should be able to run npm --version in your terminal/command prompt

Let's go to our first exercise. To go to the next exercise

git checkout ex1-HelloWorld

About

TypeScript Workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published