Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Microsoft/TypeScriptSamples
Community Driven Samples for TypeScript
https://github.com/Microsoft/TypeScriptSamples
Last synced: about 2 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T02:45:32.000Z (over 4 years ago)
- Last Synced: 2024-05-12T02:32:59.220Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.12 MB
- Stars: 3,179
- Watchers: 271
- Forks: 1,786
- 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)