packages feed

web-rep-0.3.1: readme.md

[web-rep](https://github.com/tonyday567/web-rep) [![Build Status](https://travis-ci.org/tonyday567/web-rep.svg)](https://travis-ci.org/tonyday567/web-rep)
===

Various functions and representations for a web page.

The best way to understand functionality is via running the example app:

```
stack build --test --exec "$(stack path --local-install-root)/bin/page-example --midtype Prod" --file-watch
```

http://localhost:3000/

reference
---

- beam me up [scotty](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/flags.html#flag-reference)
- [scotty-starter](https://github.com/scotty-web/scotty-starter)
- get [bootstrap](https://getbootstrap.com/)
- [bootstrap-slider](https://seiyria.com/bootstrap-slider)
- [blaze](http://hackage.haskell.org/package/blaze-html)
- [lucid](http://hackage.haskell.org/package/lucid)
- [clay](https://www.stackage.org/clay)
- [javascript-bridge](https://github.com/ku-fpg/javascript-bridge)


todo
---

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval#Do_not_ever_use_eval!