## Install serve

```
npm i -g serve
```

## Serve the `umd-build` directory
``` 
serve . -p 8080
```

and then navigate to `http://localhost:8080/tests/umd-build/`