Quantified Self Starter Kit (Old School)

This starter kit differs from the other QS starter kit, in that it does not use a build tool (webkit). Old school baby!

http://i.giphy.com/anjRJ4nv9WJzO.gif

Just clone it down, and start editing HTML/JS/CSS.

Running Tests

This project uses Mocha as the test runner, Chai for assertions, and jQuery for integration test like functionality.

To run your tests, run the following from your terminal

$ open test/foods-test.html

This will open and execute the tests in your browser