Skip to content

nilshartmann/typescript-intro

Repository files navigation

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

About

Slides and Example Code for TypeScript introduction Talk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published