# Demo for owslogger in Typescript

## Setup

Ensure you have `node` installed

Install typescript using

```shell
npm install
```

In root directory of `nodejs-owslogger` run the following command

```shell
sudo npm link
```

In `demo/ts` run the following command

```shell
npm link owslogger
```

Compile using

```shell
npm run-script build
```

Run server using

```shell
npm run-script server
```

Run client using

```shell
npm run-script client
```
