React Counter

Simple application that updates a counter written in JavaScript and React, and tested with Jest and Enzyme.

To run it you need to install npm:

git clone git@github.com:Gabbendorf/React-Counter.git
cd into main directory
npm install
npm run build
Open index.html page in your favourite browser

To run the tests

npm test