A couple of examples of purescript-express usage
$ npm install -g bower pulp purescript
$ npm install
$ bower install
$ pulp run -m <example-name>
Simple Todo application. Nothing fancy, just plain text.
Shows how to embed purescript-express application into existing express.js application.
Shows how to use external middleware in purescript-express application.