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
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
Please sign in to use Codespaces.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download Xcode and try again.
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
A simple Calculator app created for a blog post at testdriven.io.
$ git clone git@github.com:calebpollman/react-calculator.git
$ cd react-calculator
$ npm install
$ npm start
$ npm test