# web-rep
[](https://hackage.haskell.org/package/web-rep) [](https://github.com/tonyday567/web-rep/actions/workflows/haskell-ci.yml)
Various functions and representations for a web page.
The best way to understand functionality is via running the example app:
cabal install
web-rep-example --shared
… and then tune in to:
# library reference
- [scotty](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/flags.html#flag-reference)
- [bootstrap](https://getbootstrap.com/)
- [bootstrap-slider](https://seiyria.com/bootstrap-slider)
# Development
(setq haskell-process-args-cabal-repl '("web-rep:exe:web-rep-example"))
web-rep:exe:web-rep-example |
:r
:set -Wno-type-defaults
:set -Wno-name-shadowing
:set -XOverloadedStrings
:set -XOverloadedLabels
:set -XDataKinds
import Prelude
import Box
import Web.Rep
import Optics.Core
import FlatParse.Basic
import MarkupParse
putStrLn "ok"
Ok, 11 modules loaded.
ghci
ok