Basic drum machine functions you can play with drums at any time and be a rockstar!
1 - Prepare the environment
install node.js and npm
2 - Clone the project and install the dependencies
$ git clone https://github.com/Alessag/drum-machine.git
$ cd drum-machine
$ npm install
3 - Start the server
$ npm run start
4 - Enjoy!