A simple calculator that allows you to use the operations of addition, subtraction, multiplication and division, as well as parentheses. Here is working example
Just enter expression by clicking corresponding buttons or using keyboard and then click = or enter key.
- Clone repo
- Install packages
npm install
- Start dev server
npm run start
Run following command to build your source code:
npm run build
And go to dist folder
You can run linters for static code analyzing:
npm run lint
also you can use --fix flag for autofixing if it is possible:
npm run lint:fix
npm run stylelint
with --fix flag
npm run stylelint:fix
You can also run tests with following command:
npm run test