A simple calculator built using React and Redux while doing TDD
See the production build running here https://luiscarlin.github.io/redux-react-calculator/
git clone this-repo
cd this-repo
yarn install
# Generate production build and publish it to GitHub Pages
yarn deploy
# Start local dev instance in localhost:3000
yarn start
# Run Jest test watch
yarn test
# Run tests with coverage
yarn test --coverage