https://github.com/sethbergman/javascript-drum-kit
Play the drums on your keyboard | https://js-drum-kit.sethbergman.pro
https://github.com/sethbergman/javascript-drum-kit
12-factor desktop-application dokku drum-kit express javascript nodejs
Last synced: 5 months ago
JSON representation
Play the drums on your keyboard | https://js-drum-kit.sethbergman.pro
- Host: GitHub
- URL: https://github.com/sethbergman/javascript-drum-kit
- Owner: sethbergman
- License: mit
- Created: 2018-07-01T10:46:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T07:15:28.000Z (over 5 years ago)
- Last Synced: 2025-03-01T20:48:28.504Z (7 months ago)
- Topics: 12-factor, desktop-application, dokku, drum-kit, express, javascript, nodejs
- Language: HTML
- Homepage:
- Size: 1.63 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript Drum Kit
> Play the drums on your keyboard
[](https://travis-ci.org/sethbergman/JavaScript-Drum-Kit)
[](https://greenkeeper.io/)
### Clone the repository
```bash
# clone and change directory
git clone https://github.com/sethbergman/JavaScript-Drum-Kit.git && cd JavaScript-Drum-Kit
```### Install dependencies
```bash
npm i
# or use yarn
yarn
```### Start the application
```bash
npm start
# or
yarn start
```### Jam out :smiley:
Navigate to [localhost:5000](http://localhost:5000) and have fun!