Install the dependencies:
npm install .
Run watch to execute the tests when files change:
grunt watch
Run the static content server:
node server.js
There are two branches:
- complete-application-with-tests
- incomplete-application-no-tests
Demo of how to do client-side testing with jasmine and phantomJS
JavaScript