Skip to content

Djuuu/ticket-calc

Repository files navigation

Ticket-Calc

https://ticket-calc.app/

This app allows you to determine the optimal number of tickets of different values you can use to pay for a given amount.

Development

This is a Vue CLI project.

  • Install dependencies
yarn install
  • Build
yarn run serve # Compiles and hot-reloads for development
yarn run build # Compiles and minifies for production
  • Run your tests
yarn run test
yarn run test:unit # run only unit tests
  • Lints and fixes files
yarn run lint