/coms417

Primary LanguageTypeScript

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