/poker-room

A multiplayer poker room for Texas No Limit Holdem

Primary LanguageJavaScriptMIT LicenseMIT

Jason's poker room

A multiplayer poker game (No Limit Texas Hold'em) built on React/NodeJS that can host active players along with spectators.

Imgur

Getting Started

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.

Installing

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

Deployment

This project can be set up live using heroku with the following scripts:

create heroku <insert name>
npm run deploy

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details