soufatn / sfeir-school-typescript

Sfeir school for typescript langage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

A SFEIR School

Installation

  • git clone https://github.com/sfeir-open-source/sfeir-school-typescript.git
  • cd sfeir-school-typescript
  • npm install

Typescript

A SFEIR School

logo

Planning, trainers and other details

Slides

You can view the slides here.

Compiling manually TypeScript to JavaScript

npm run tsc -- file.ts

Exemple: npm run tsc -- exercices/00-compiling-typescript.ts

It will create a file named file.js side of the file.ts.

About

Sfeir school for typescript langage

License:Apache License 2.0


Languages

Language:TypeScript 100.0%