ChampionJS
ChampionJS is an MVP JavaScript framework that uses "dumb" views and event binding to keep your code structured, and easily testable.
Installing
To download ChampionJS use git:
git clone https://github.com/kschat/championjs.git
Building
To build championJS you'll need npm, and grunt installed.
Once you have npm and grunt installed change to the championJS directory and run:
npm install && grunt build
Running Tests
To make sure all tests are passing run:
grunt test
or
npm test