Skip to content

jmoncayo-pursuit/dear-santa-client

Repository files navigation

Client

Description

This is the client-side application built with React and Vite.

Installation

  1. Clone the repository.
  2. Navigate to the client directory:
    cd client
  3. Install dependencies:
    npm install

Environment Variables

Create a .env file in the client directory with the following content:

VITE_API_URL=http://localhost:3001

Running the Application

To start the development server, run:

npm run dev

Proxy Configuration

The application is configured to proxy API requests to the backend server running on port 3001.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published