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.