Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 204 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 204 Bytes

Play Holdem

In Browser Multiplayer Holdem Poker

To Run

Start the server

cd server
yarn install
yarn serve

Start the client

cd client
yarn install
yarn start

Go to localhost:3000