An open API service indexing awesome lists of open source software.

https://github.com/gregoranders/typescript-demo

TypeScript Demo
https://github.com/gregoranders/typescript-demo

Last synced: 2 months ago
JSON representation

TypeScript Demo

Awesome Lists containing this project

README

          

# typescript-demo
**TypeScript Demo**
***0.0.1***

Written in [TypeScript](http://www.typescriptlang.org/).

## Building

In order to build ensure that you have [Git](http://git-scm.com/downloads) and [Node.js](http://nodejs.org/) installed.

Clone a copy of the repository:

```
git clone https://github.com/gregoranders/typescript-demo.git
```

Change to the typescript-demo directory:

```
cd typescript-demo
```

Run build:

```
npm install
```

Run tests:

```
npm test
```

Run:

```
npm run serve
```

## Additional typings

```
node_modules/.bin/typings install gulp-typedoc --ambient --save
```