This repository contains the code to run the slideshow for a talk titled "TypeScript: What is it, and why should I care?"
$ git clone https://github.com/twisterghost/ts-slides.git
$ cd ts-slides
$ npm install
$ npm run build
$ npm start
By default, the server will listen to port 9080
.
You can run in watch mode with:
$ npm run dev