web-rep-0.6.0: readme.md
[web-rep](https://github.com/tonyday567/web-rep) [](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 --apptype SharedTest" --file-watch
```
http://localhost:9160/
reference
---
- [scotty](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/flags.html#flag-reference)
- 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)
todo
---
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval#Do_not_ever_use_eval!