Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 305 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 305 Bytes

Blackjack Game.

Stack React + Typescript + Redux + Saga

Implemented normal rules for blackjack, Aces can be 1 or 11. Game logic handled with redux-sage

start play locally

$> npm start

run tests

$> npm test 

build for production

$> npm build