maybe also show the non-"TryPurescript" route for the very first example?
My thinking is - if someone decides to just jump in and start writing an app on their own system they don't have the information there to do that.
I think a pointer to Spago docs or a cookbook recipe or just list the steps (1. make a dir and cd into it 2. run spago init 3. run spago install halogen 4. make a dist directory 5. put this
just a thought, A
...a link to the purescript-halogen-template would also work
I'd welcome a PR to update the docs to link to the Halogen template with a brief note about using the template instead of Try PureScript to run the examples. I'd keep any further content about how to actually use the template out of the guide and keep it in the template itself (which could use a little love to make it more user-friendly, which I believe @milesfrain had some ideas on).
which could use a little love to make it more user-friendly
PR for that here: https://github.com/purescript-halogen/purescript-halogen-template/pull/26