A Telzir application that helps customers to choose the best phone plan acording to their calling time.
- nodejs >= 12.18.1
- yarn >= 1.22.4
# Install packages
yarn install
# Start dev server locally
yarn start
Application will be opened automatically on localhost:3000.
# run teste
yarn test
# test coverage
yarn test:coverage
# Build for production
yarn build
This project is licensed under the MIT License - see the LICENSE file for details.