Poker is a websocket based online poker app for you to play against your friends. I just wanted to know poker and decided that the best way to learn it, is to build my own poker application.
Clone the git repository and run yarn install
or npm install
.
cd poker-server
yarn install
cd ../poker-client
yarn install
- node-sass (^4.13.1)
- react (^16.13.1)
- react-dom (^16.13.1)
- react-redux (^7.2.0)
- react-scripts (3.4.1)
- redux (^4.0.5)
- redux-logger (^3.0.6)
- redux-thunk (^2.3.0)
- express (^4.17.1)
- http (^0.0.1-security)
- socket.io (^2.3.0)
- socket.io-client (^2.3.0)
- uuid (^7.0.3)
- jest (^25.3.0)
- jest-dom (^4.2.4)
All modules and components are tested with jest
.
To run the tests simply install the dev dependencies and run yarn test
.
For further information visit the wiki.
coming soon
- Michael Beutler - initial work - michaelbeutler
- hdptrck - design work - hdptrck
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
This project is licensed under the MIT License - see the LICENSE file for details
- play poker with your friends 😝