This project is just a counter button component.
You can run the project one of two ways, using npm, or using yarn.
git clone https://github.com/LevinWeinstein/HelloWorldReactExample
cd HelloWorldReactExample
npm install
npm run start
git clone https://github.com/LevinWeinstein/HelloWorldReactExample
cd HelloWorldReactExample
yarn
yarn start