Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 531 Bytes

File metadata and controls

29 lines (20 loc) · 531 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.