Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 803 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 803 Bytes

Frontend - ReactJS with ChakraUI

This directory contains the frontend of the application built with ReactJS and ChakraUI.

Prerequisites

  • Node.js (version 14.x or higher)
  • npm (version 6.x or higher)

Setup Instructions

  1. Navigate to the frontend directory:

    cd frontend
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Configure API URL: Ensure the API URL is correctly set in the .env file.

Running with Docker

To Deploy the frontend using Docker:

  1. Build the application image::
    sudo docker build  -t frontend . 
  2. Run the container based on this image::
    sudo docker run -d -p 5173:5173 frontend