ghcjs-commonjs/examples/hello-world
2016-06-23 02:24:54 -03:00
..
ghcjs-commonjs-hello-world.cabal Get hello world to working state 2016-06-18 12:38:10 -03:00
index.js Add way to build & run examples in one command 2016-06-19 22:07:21 -03:00
Main.hs Update hello-world to the latest API 2016-06-20 14:53:13 -03:00
package.json Example fixes 2016-06-23 02:24:54 -03:00
README.md Update examples 2016-06-20 14:31:20 -03:00
Setup.hs Get hello world to working state 2016-06-18 12:38:10 -03:00
stack.yaml Get hello world to working state 2016-06-18 12:38:10 -03:00

ghcjs-commonjs-hello-world

GHCJS CommonJS Hello Haskell World example.

Building

Running:

npm install

Will install dependencies. To build you can run:

npm run build

Running

The generated code should be executable in Node.js and the Browser.