Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 204 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 204 Bytes

haskell-jp official web page

How to serve

$ stack install wai-app-static
$ stack exec warp -- --host 0.0.0.0 --docroot .

This is just an example way. But maybe easiest for Haskellers!