pkozlowski-opensource / tdd-js-ng

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status devDependency Status

TDD in JavaScript with AngularJS

Prepare your environment

  • Install node.js with npm: http://nodejs.org/download/
  • Type npm install -g grunt-cli to install global Grunt CLI
  • Type npm install to locally install dependencies of this project
  • Run grunt to test your installation and build the project

Build system commands

  • grunt - default / ci task: check code rules and runs all the tests
  • grunt tdd - tdd mode - re-runs all the tests on any code change
  • grunt www - starts a www server on port 8000. Point your browser to http://localhost:8000

About


Languages

Language:JavaScript 80.7%Language:CSS 19.3%