This directory contains the frontend of the application built with ReactJS and ChakraUI.
- Node.js (version 14.x or higher)
- npm (version 6.x or higher)
-
Navigate to the frontend directory:
cd frontend
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Configure API URL: Ensure the API URL is correctly set in the
.env
file.
- Build the application image::
sudo docker build -t frontend .
- Run the container based on this image::
sudo docker run -d -p 5173:5173 frontend