#Holdem Simplistic implementation of poker hand ranks. Read background of the algorithm here https://github.com/nilobarp/holdem-java/blob/master/readme.md
#Dev environment setup ##Clone the repository
cd ~
git clone https://github.com/nilobarp/holdem.git
##Install dependencies
cd ~/holdem
npm install
##Run test
npm test
##Run code coverage
npm run cover
##Start server
run node web/serve.js from project root and open browser to http://localhost:8000