/telzir

Primary LanguageTypeScriptMIT LicenseMIT

Netlify Status CircleCI

Table of Contents

Application

A Telzir application that helps customers to choose the best phone plan acording to their calling time.

Requirements

  • nodejs >= 12.18.1
  • yarn >= 1.22.4

Running

# Install packages
yarn install
# Start dev server locally
yarn start

Application will be opened automatically on localhost:3000.

Testing

# run teste
yarn test
# test coverage
yarn test:coverage

Build

# Build for production
yarn build

License

This project is licensed under the MIT License - see the LICENSE file for details.