Simple multiplayer buzzer system
Built using Create React App and boardgame.io
Please open an issue if you experience a bug or have product feedback!
- Prerequisites: node and a package manager (e.g. npm, yarn)
- Run
yarn install
to install dependencies - Run
yarn dev
to run local client on localhost:4000 and local server on localhost:4001
- React app will be built using
yarn build
and served through Koa server (same server used for boardgame.io server and lobby)