Skip to content

gae123/typescript-book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Deep Dive

I've been looking at the issues that turn up commonly when people start using TypeScript. This is based on the lessons from StackOverflow / DefinitelyTyped and general engagement with the TypeScript community. You can follow for updates.

If you are here to read the book get started.

You can also do one of the following:

Contributing

This book is developed using GitBook. Authored in Markdown files (I use atom).

Here's how to setup a Dev Environment:

npm install gitbook-cli -g
gitbook serve .

Note: serve needs port 35729 (for live reload) and 4000 for serving http://localhost:4000.

Also you can mostly just edit the .md files in /docs using github and create a Pull Request (PR).

Share URL: http://basarat.gitbooks.io/typescript/

About

The definitive guide to TypeScript. Dive into all the details that a JavaScript developer needs to know to be a great TypeScript developer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.8%
  • TypeScript 44.5%
  • CoffeeScript 0.7%