An implementation of the PropertyCross app using Lavaca.
##Spec Guidelines
- Get the code
$ mkdir propertycross && cd propertycross
$ git clone https://github.com/georgehenderson/PropertyCross-Lavaca.git .
- Install grunt-cli globally Note: this may require sudo
$ npm install -g grunt-cli
- Install dev dependencies for our tasks to work
$ npm install
- Start Development Server
$ grunt server
Your application should now be running on localhost:8080
.