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.