Frontend: deploy status | Docz: deploy |
---|---|
React drums is a virtual drum machine built with React and Node.js using an Apollo GraphQL server. I love coding, music, Native Instruments software & hardware. So why not build a virtual Drum Machine 1 to play around with all of the tech.
The code is always changing, feel free to change it also and i'm certain it's overcooked and undercooked in places 😆. I hope you enjoy it as much as I have enjoyed building it.
The project is managed with Yarn and Yarn Workspaces. It is mono-repo housing 3 seperate projects, the React frontend, the docz2 documentation site and the server an Apollo GraphQL backend.
Click links below to read documentation on how to get started.
📁 client
📁 documentation
📁 server
Fork repository: https://github.com/mannuelf/react-drums
yarn install
This will start the React front-end, Apollo GraphQL server, Prisma Studio and documentation site respectively.
yarn dev