This is the client-side application built with React and Vite.
- Clone the repository.
- Navigate to the client directory:
cd client
- Install dependencies:
npm install
Create a .env
file in the client directory with the following content:
VITE_API_URL=http://localhost:3001
To start the development server, run:
npm run dev
The application is configured to proxy API requests to the backend server running on port 3001.