Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 371 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 371 Bytes

TDD React

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

Local Setup

$ git clone [email protected]:calebpollman/react-calculator.git
$ cd react-calculator
$ npm install

Run Locally

$ npm start

Run Tests

$ npm test