This is a simple calculator app for simple math calculations.
Clone repository:
git clone https://github.com/adamwojnicki/react-calculator.git
Install dependencies:
npm install
Run dev server:
npm start
For compiled dist version run:
npm run build
It will show up in /dist folder.
To check for code errors run:
npm run lint
It checks code according to eslint-config-airbnb.