Skip to content

Instantly share code, notes, and snippets.

@rlucha
Last active January 17, 2019 08:53
Show Gist options
  • Save rlucha/dafbc7931f1506af988fd06d6bab6aa3 to your computer and use it in GitHub Desktop.
Save rlucha/dafbc7931f1506af988fd06d6bab6aa3 to your computer and use it in GitHub Desktop.
How to start a purescript project
npm i -g purescript pulp psc-package-bin-simple

mkdir folder, cd, ...

pulp --psc-package init

pulp build

Check in node the repl

node 
> require("./output/Main").main()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment