This is a multiplayer blackjack game made with React on the front and Express server with Socket.IO on the back.
Check out the deployed version.
- Hit the New game button on the main screen
- Copy the url with the game code and send it to your friend
- The game will start automatically when your friend opens the link
- ...
PROFITHave fun!
To run the app locally first create .env file in the client folder's root and add the following variable:
After that do yarn && yarn start-dev in the server folder and yarn && yarn start in the client folder.