TDD React A simple Calculator app created for a blog post at testdriven.io. Local Setup $ git clone [email protected]:AragonCodes/react-calculator-with-tdd.git $ cd react-calculator $ npm install Run Locally $ npm start Run Tests $ npm test