An open API service indexing awesome lists of open source software.

https://github.com/nilshartmann/typescript-intro

Slides and Example Code for TypeScript introduction Talk
https://github.com/nilshartmann/typescript-intro

Last synced: 6 months ago
JSON representation

Slides and Example Code for TypeScript introduction Talk

Awesome Lists containing this project

README

          

# TypeScript Introduction

## yarn tasks

* `yarn run clean`: removes the `dist` folder
* `yarn run build`: compiles TSCode from `src` to `dist`
* `yarn watch`: build in watch mode: watch for changes in `src` and compile to `dist`
* `yarn start`: runs the compiled application from `dist`
* `yarn prettier`: re-formats all source code in `src`