Skip to content

sethbergman/JavaScript-Drum-Kit

Repository files navigation

JavaScript Drum Kit

Play the drums on your keyboard

Build Status

Greenkeeper badge

Clone the repository

# clone and change directory
git clone https://github.com/sethbergman/JavaScript-Drum-Kit.git && cd JavaScript-Drum-Kit

Install dependencies

npm i
# or use yarn
yarn

Start the application

npm start
# or
yarn start

Jam out 😃

Navigate to localhost:5000 and have fun!