Skip to content

TypeScriptExperts/TypeScript-Handbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript-Handbook

The TypeScript Handbook is a comprehensive guide to the TypeScript language

Please see the latest TypeScript Language Specification for more details.

Building and Reading

You will need Node.js and npm before starting.

First install gitbook through npm.

npm install -g gitbook-cli

Note, on certain systems, you may need to raise your permissions with a command like sudo.

Building

To build as a website, run the following from the root of this repository:

npm build pages html

The produced handbook can be viewed in the html directory.

Serving and previewing

To preview the site in your browser, run the following from the root of this repository:

npm serve pages

About

The TypeScript Handbook is a comprehensive guide to the TypeScript language

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%