Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dabit3/hype-beats
Real-time Collaborative Beatbox with React & GraphQL
https://github.com/dabit3/hype-beats
aws-amplify aws-appsync graphql react react-hooks real-time subscriptions
Last synced: 4 days ago
JSON representation
Real-time Collaborative Beatbox with React & GraphQL
- Host: GitHub
- URL: https://github.com/dabit3/hype-beats
- Owner: dabit3
- Created: 2019-03-13T00:39:44.000Z (over 5 years ago)
- Default Branch: withroutes
- Last Pushed: 2021-06-07T22:31:08.000Z (over 3 years ago)
- Last Synced: 2024-11-02T20:33:07.863Z (10 days ago)
- Topics: aws-amplify, aws-appsync, graphql, react, react-hooks, real-time, subscriptions
- Language: JavaScript
- Homepage: https://hypebeats.dev/
- Size: 8.02 MB
- Stars: 111
- Watchers: 6
- Forks: 44
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-aws-amplify - Hype Beats
README
# Hype Beats
![](hero.png)
This is a fork of [hooks-drum-machine](https://github.com/kenwheeler/hooks-drum-machine) by Ken Wheeler, implemented with GraphQL subscriptions so you can collaborate on your next fire solo album.
> Click [here](https://www.hypebeats.dev/#/) to view the demo.
[![](youtube.png)](https://www.youtube.com/watch?v=nm2kt3h1--c)
## To deploy this app - Amplify Console
Deploy the full stack to the Amplify Console:
[![amplifybutton](https://oneclick.amplifyapp.com/button.svg)](https://console.aws.amazon.com/amplify/home#/deploy?repo=https://github.com/dabit3/hype-beats)
## To run locally - Amplify CLI
1. Clone the repo
2. Initialize the project
```sh
amplify initamplify push
```3. Start the app
```sh
npm start
```