Skip to content

Files

Latest commit

659a119 · Aug 8, 2019

History

History
41 lines (30 loc) · 525 Bytes

readme.md

File metadata and controls

41 lines (30 loc) · 525 Bytes

intro-to-ts

An introductory TypeScript workshop for beginners.

Slides

bit.ly/muses-code-ts

Setup

download or clone the repo.

for exercises 1-3:

install dependencies:

yarn

or

npm install

for exercise 4

navigate to app folder and install dependencies

cd app
yarn

or

cd app
npm install

Author

Leo Caseiro