$ npm install
$ npm run bootstrap
# development
$ npm run start
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
Extensible and maintainable API to handle card games like Poker and Blackjack
TypeScriptMIT