# TypeScriptSamples **Repository Path**: cxx-ly/TypeScriptSamples ## Basic Information - **Project Name**: TypeScriptSamples - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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)