ovo / coms417

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Installing dependencies

cd coms417
npm i

Running and building

Start the server and build the frontend

npm run start:all

Test

npm run test

Generate reports

You can use stryker to generate reports using mutation testing

npx stryker run

About


Languages

Language:TypeScript 86.7%Language:JavaScript 6.2%Language:CSS 5.1%Language:HTML 2.0%