wsun / multibuzzer

Simple multiplayer buzzer system, e.g. for trivia night or quiz bowl
https://multibuzz.app/
MIT License
76 stars 36 forks source link

Production build and hosting #43

Closed Sahelmulagund closed 2 years ago

Sahelmulagund commented 2 years ago

Could you please link a guide on how to host such project where server and client Is on the same project? After running yarn build, the production build requires the server to be run differently.

wsun commented 2 years ago

Hi Sahel! I just added a few more details to the README, but in short - yes after building the React app, you will need to configure your environment to run the server file, potentially via yarn start. Any environment that can run a Node app should be a fit! Hopefully this helps.

Sahelmulagund commented 2 years ago

Thank you for your response @wsun ! You’re right, i am able to start the server independently!