https://github.com/Microsoft/TypeScriptSamples
Community Driven Samples for TypeScript
https://github.com/Microsoft/TypeScriptSamples
Last synced: about 1 month ago
JSON representation
Community Driven Samples for TypeScript
- Host: GitHub
- URL: https://github.com/Microsoft/TypeScriptSamples
- Owner: microsoft
- Archived: true
- Created: 2014-07-14T18:40:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T02:45:32.000Z (about 5 years ago)
- Last Synced: 2025-03-04T17:56:09.571Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 1.12 MB
- Stars: 3,195
- Watchers: 270
- Forks: 1,777
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- my-awesome - TypeScriptSamples - Samples for TypeScript (TypeScript)
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)