Dynamites ecommerce Frontend

CI for ecomm-project for Dynamite

codecov

Overview

Welcome to Dynamites frontend application! This project provides an appealing user interface for the dynamites e-commerce application. It allows users to browse products, place orders, manage their account, and perform other e-commerce-related activities.

Installation

To get started with the Dynamites frontend app, follow these simple steps:

  1. Clone the Repository:

    git clone https://github.com/atlp-rwanda/dynamites-ecomm-fe.git
  2. Install Dependencies:

    npm install
  3. Run the Development Server:

    npm run dev

Testing

  • Run tests

    npm run test
  • Run tests with coverage

    npm run test:ci

Docker

Before you run that commands you must have docker installed in your PC

  1. Build the Docker Image:
    docker build -t <image_name> .
  2. Run the container
    docker run -p 8080:8080 <image_name>

Authors