This repository contains some very basic examples of TypeScript constructs to accompany this presentation.
To run the fourth example, a React application written, take the following steps:
$ npm install
$ ./node_modules/.bin/parcel index.html
Then open http://localhost:1234 in your web browser.