# TypeScript Samples Most of the samples here will assume that you have TypeScript installed. You can get TypeScript with Visual Studio, NuGet, or with npm: ```shell npm install -g typescript ``` To compile each sample, `cd` into the directory and use the `tsc` command to compile. `tsc` will use each directory's `tsconfig.json` to get specific compiler options. ##### [AMD Modules](amd/README.md) ##### [Angular Seed TypeScript](angular1/README.md) ##### [Angular 2 TypeScript](angular2/README.md) ##### [Async Functions](async/README.md) ##### [Browserify](browserify/README.md) ##### [D3](d3/README.md) ##### [React + Flux + Babel + Karma: The Secret Recipe](react-flux-babel-karma/README.md) ##### [Greeter](greeter/README.md) ##### [Image Board](imageboard/README.md) ##### [interfaces](interfaces/README.md) ##### [JQuery Parallax Starfield](jquery/README.md) ##### [JSPM](jspm/README.md) ##### [jsx-demo](jsx/README.md) ##### [Mankala](mankala/README.md) ##### [Node.js](node/README.md) ##### [Raytracer](raytracer/README.md) ##### [Simple](simple/README.md) ##### [SystemJS](systemjs/README.md) ##### [Todo MVC](todomvc/README.md) ##### [umd](umd/README.md) ##### [Warship Combat](warship/README.md)