TDD React

A simple Calculator app created for a blog post at testdriven.io.

Local Setup

$ git clone git@github.com:calebpollman/react-calculator.git
$ cd react-calculator
$ npm install

Run Locally

$ npm start

Run Tests

$ npm test