wms / typescript-examples

Simple TypeScript examples to accompany https://slides.com/warrenseymour/get-hyped-for-types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript Examples

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.

About

Simple TypeScript examples to accompany https://slides.com/warrenseymour/get-hyped-for-types


Languages

Language:TypeScript 93.2%Language:JavaScript 4.9%Language:HTML 1.9%