kitsonk / typescript-tldr

Code to accompany the TypeScript TL;DR talk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript TL;DR

Build Status codecov

This repository contains examples that accompany a talk I am given called TypeScript TL;DR which provides a brief overview of TypeScript.

Usage

You will need git, node, and npm installed in order to effectively use this package.

  • Clone the repository:

    git clone https://github.com/kitsonk/typescript-tldr.git
  • Install the development dependencies:

    cd typescript-tldr
    npm install
  • Test the code:

    npm test

Liscense

Copyright © 2017 - JS Foundation - All Rights Reserved

About

Code to accompany the TypeScript TL;DR talk

License:Other


Languages

Language:TypeScript 95.6%Language:HTML 4.4%