## retype-module-boilerplate

Quick start on developing react libraries with typescript support.

### To Use
In src folder(used to develop react module.)
```
  yarn start
```

In web folder(served as demo, dev and documentation site.)
```
  yarn run tsc
```

### To build
```
  yarn run build
```
