This project is about calculation antecipation given the sales amount, installment and mdr percentage.
- Node.js: 16.4
yarn install
yarn start
it will run on http://localhost:8080/
It will run all components tests, made with react testing library.
yarn test
All tests were written using cypress, storing them inside the cypress/integration
folder.
yarn cypress:open
yarn build
yarn lint
yarn lint:fix
This command will start storybook that was used to build ui components.
yarn storybook