# popman example

[View in browser](https://cdn.rawgit.com/wunderflats/popman/master/examples/index.html). To build and view:

```
git clone https://github.com/wunderflats/popman.git
cd popman
npm install
npm run build && npm run build:examples
open examples/index.html
```
