balls makes Mondays happy, Fridays jealous and Sundays last forever.
Presented via HTML5 <canvas>
. Tested with Mocha and Chai.
Click anywhere to create a ball.
yarn is a replacement package manager for npm.
npm install -g yarn
Grunt is a JavaScript task runner.
npm install -g grunt-cli
yarn
If you don't want to run yarn
you can run npm install
.
grunt
You can watch for JavaScript and Sass changes and rebuild automatically with these grunt tasks:
grunt watch:javascript
grunt watch:sass
Open index.html
in your favourite browser.
Some unit tests are written with Mocha and Chai.
npm test