Skip to content

Quick primer on the why, what and how of TypeScript

Notifications You must be signed in to change notification settings

Wizcorp/typescript-primer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-primer

JavaScript that scales.

Quick primer on the why, what and how of TypeScript

Presented to you by Wizcorp.

Requirements

  • Node.js 8 or higher (recommend using NVS or NVM)
  • A web browser (Chrome recommended)

setup

npm install
npm install -g ts-node typescript

From the root of this repository, make sure to run npm install to install all the dependencies you will need to run the examples.

Chapters

01. Intro

  • What is TypeScript?
  • Why use TypeScript?
  • Type system

02. Compiler and typings

  • tsconfig.json
  • Type definition files
  • Typing dependencies
  • DefinitelyTyped (@types)

03. Tools

  • tslint
  • typedoc
  • jscpd

04. Webpack

About

Quick primer on the why, what and how of TypeScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published