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

Latest commit

 

History

History
33 lines (21 loc) · 452 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 452 Bytes

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