Calculator built with React.js
https://lensoftware.com/presentations/2018-02-19
Tatiana Lenz
git clone https://github.com/TattyFromMelbourne/react-calculator
cd react-calculator
npm installTo run in development mode:-
npm startTo make a production build, edit the package.json file and change the following line to what is appropriate for your environment:-
"homepage": "https://lensoftware.com/presentations/2018-02-19/"and then go ahead and run the build:-
npm run buildThis exercise is inspired by a presentation and react 15 code base by Michael Jackson, see https://www.youtube.com/watch?v=ZtU7Mhf9vN8 and https://codepen.io/mjijackson/pen/xOzyGX.