Skip to content
This repository has been archived by the owner on Mar 2, 2025. It is now read-only.

Basic calculator to demonstrate unit testing using Jest and Vitest

Notifications You must be signed in to change notification settings

21ctt51a-ky-niem-thoi-sinh-vien/basic-arithmetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Calculator

An React application to demonstrate Unit Testing + Code Coverage + CI/CD

Haloha

This is just a dummy placeholder to make the README look more decent

Installation

Using Nodejs(npm)

  1. Clone this repo
  2. Run the command
npm install
  1. Run the command
npm run dev

Using Docker

  1. Clone this repo
  2. Run the Docker command
docker compose -f docker-compose-dev.yml up --build