# Express Sample App

This is a little sample app for how to use pistachio with [express](http://expressjs.com).

To run do:

    npm install
    node app.js

and then go to [The Sample Page](http://localhost:8000/) or [The Other Sample Page](http://localhost:8000/other)
