A collaborative drum machine built with React, Reflux, Socket.IO, Node.js and the Web Audio API.
Demo app live at https://potepads.herokuapp.com
##Running locally
npm install
To install all the dependencies.
gulp
To build the app to dist/
node server.js
To start the server
You can then view the app in your browser at localhost:3000
##Licence