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/
- Node.js version 14.X and npm
- Clone this repository
- Install node modules
npm install
- Build the project
npm run build
npm run serve
compiles and hot-reloads for developmentnpm run build
compiles and minifies for productionnpm run test:unit
runs unit tests