A curated collection of tools built for mobile
Pull down a lavaca-starter project
- Install grunt-cli globally Note: this may require sudo
$ npm install -g grunt-cli
- Install bower globally Note: this may require sudo
$ npm install -g bower
- Install dev dependencies for our tasks to work
$ npm install && bower install
- Run Tests
$ grunt test
http://getlavaca.com/#/examples
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
Copyright (c) 2013 mutualmobile Licensed under the MIT license.