Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

LBranco27/front_ultra_chess_master_system_poo

Repository files navigation

ultra_chess_master_3000

This project was created as a front-end for a object-oriented programming learning project.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run serve

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Run End-to-End Tests with Cypress

npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing

Lint with ESLint

npm run lint

About

front-end for a object-oriented chess project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published