Purescript Halogen bindings for the Monaco Editor.
bower install purescript-halogen-monaco
Note: Monaco uses AMD modules which doesn't play nicely with the purescript FFI modules. Unfortunatly it requires a manual script inclusion in your html file, and a pretty ugly global variable. Hopefully the community can come up with a better solution.
git clone https://github.com/maxhillaert/purescript-halogen-monaco.git
npm install
bower install
npm run build
npm run serve
Then go to localhost:5050
Module documentation is published on Pursuit.