$ git clone [email protected]:scarney/express-lane-server.git
$ cd express-lane-server
$ npm install
$ cd bin
$ cp dev.example.sh dev.sh
$ cp test.example.sh test.sh
$ Enter your MongoLab connection string in to dev.sh and test.sh
$ npm test
$ npm start
$ open http://localhost:3000