Solution to https://nav-deckofcards.herokuapp.com/ using React. Tested on CircleCI, and commits to master ends up deploying the production build to https://christeredvartsen.github.io/black-jack.
Clone the repository and run yarn install
.
yarn test
will run the test suite, yarn start
will start the local development build, and yarn build
creates a production build.