A multiplayer poker game (No Limit Texas Hold'em) built on React/NodeJS that can host active players along with spectators.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Fork/Clone the main repository. Once you have the it locally, run the following commands:
npm install
npm start
You should now be able to view/play the game:
- DEMO: localhost:3000
This project can be set up live using heroku with the following scripts:
create heroku <insert name>
npm run deploy
- React - Front-end framework
- Material UI - React component library
- Socket.io - JS library for real-time web apps
- Nodejs - Back-end
- Handranker - npm package for poker card ranks
- Jason Yang - https://github.com/projectyang
This project is licensed under the MIT License - see the LICENSE.md file for details