Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 699 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 699 Bytes

Angular Drum Machine

Just a little experiment with AngularJS and HTML5 Audio (via howler.js).

DEMO: http://drums.dojosto.com

Drum Machine Screenshot

Installation

Run npm install to install Bower, Grunt and other local dependencies. From public/assets, run bower install to install runtime dependencies.

Run grunt to fire up a server at http://localhost:8080.

Testing

Run grunt test to fire up Karma and watch for changes.