# example

A small counter app to show the difference in output between the default browser-pack and browser-pack-flat.

 - [Normal output](./out/standard.js)
 - ["Flat" output](./out/flat.js)

## Try it

```bash
cd example/
npm run build
ecstatic out/
```

Then visit `localhost:8000`.
