# pbplus-member-ui
User interface of PBPlus member plugin.

* There is only *view* part in this repo, which means no `container` or `reducer`.

## Start demo server ##
```sh
cd demo/
npm install
npm start
```
