This is an app to simulate a poker hand draw and evaluation
- This application has been tested on Ubuntu 20.04 LTS with NodeJS 12.18.3 installed
- Note: For propper effect this application needs to be run on a real shell (not visual studio or webstorm built in shell)
- Install NodeJS 12.18.3 (Older versions will probably also work)
- In some cases the Mocha unit testing library and Typescript needs to be installed globally
$ npm install mocha -g && npm install typescript -g
- The shell script run.sh will build and run the application
$ ./run.sh - If the shell script fails for whatever reason , run the following commands manually
$ npm install && npm run start
