Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 515 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 515 Bytes

BoxingTimer

The app is a configurable boxing round timer designed for boxing, MMA and other martial arts and sports trainings.

Demo: https://nvishnya.github.io/boxing-timer/

Requirements

  • Node.js version 14.X and npm

Quickstart

  • Clone this repository
  • Install node modules npm install
  • Build the project npm run build

Available scripts

  • npm run serve compiles and hot-reloads for development
  • npm run build compiles and minifies for production
  • npm run test:unit runs unit tests