First install purescript and Spago:
npm install -g purescript purescript-spago
brew install watchexec
Clone this repo, cd into it and run:
npm install
npm start
In another terminal:
npm server
Now you should be able to do changes in Main.purs and see them in the browser!
Please refer to the Spago documentation to see how to install dependencies