# Examples

## Prerequisites

```
npm install
typings install
```

## Building

```
npm run tsc
```

## Running

```
npm run example
```

or 

```
node run
```