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.
To get started with the Dynamites frontend app, follow these simple steps:
-
Clone the Repository:
git clone https://github.com/atlp-rwanda/dynamites-ecomm-fe.git
-
Install Dependencies:
npm install
-
Run the Development Server:
npm run dev
-
Run tests
npm run test
-
Run tests with coverage
npm run test:ci
Before you run that commands you must have docker installed in your PC
- Build the Docker Image:
docker build -t <image_name> .
- Run the container
docker run -p 8080:8080 <image_name>