This is a brief collection of TypeScript classes and variables demonstrating the most common uses of the TypeScript language.
This solution is intended to accompany Introduction to SharePoint Framework, an online educational course that helps you to learn modern SharePoint Framework development techniques. Learn how to build your own TypeScript classes and variables by following the lessons found at sharepointfx.io.
# Install dependencies
npm i -g typescript tslint
# Run the TypeScript compiler in "watch" mode
tsc src/index.ts --outDir dist --watch
For more information about TypeScript, see the official documentation.