Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 663 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 663 Bytes

Lavaca PropertyCross

An implementation of the PropertyCross app using Lavaca.

##Spec Guidelines

App Specifications

Manual Setup

  1. Get the code
$ mkdir propertycross && cd propertycross
$ git clone https://github.com/georgehenderson/PropertyCross-Lavaca.git .
  1. Install grunt-cli globally Note: this may require sudo
$ npm install -g grunt-cli
  1. Install dev dependencies for our tasks to work
$ npm install
  1. Start Development Server
$ grunt server

Your application should now be running on localhost:8080.