Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 361 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 361 Bytes

ghcjs-dom-hello

GHCJS DOM Hello World, an example package

Install with GHCJS

stack setup --stack-yaml stack-ghcjs.yaml
stack build --stack-yaml stack-ghcjs.yaml

Install with GHC

stack build --stack-yaml stack-ghc.yaml

The GHC version has a built-in web server. go to http://localhost:3708/ after starting the program.