Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Handler Example

Building

This example uses:

  • purescript
  • spago
  • yarn
  • nodejs

To provision these tools, we assume Nix package manager installed on your local environment.

See Installation for details.

make

This will compile the PureScript source files, bundle them, and use Browserify to combine PureScript and NPM sources into a single bundle.

Then open html/index.html in your browser.