## How to use this package

### Build local package

on Local Repository

```bash
# Install dependencies
$ npm run install
# transpile and bundle, then archive to out/ directory
$ npm run pack:local
```

### Install local package

on Your project

> If package's Local Repository is '../CloudHospital.React.SDK

`npm installl <path to archive file>`

```bash
$ npm install ../CloudHospital.React.SDK/out/cloudhospital.react.sdk-1.0.45.tgz
```
