Skip to main content
This guide will help you set up both the client and server components of the trip-page application.

Prerequisites

  • Node.js (LTS version recommended)
  • npm or yarn
  • Git

Getting Started

First, clone the repository:

Client Setup

  1. Navigate to the client directory:
  1. Install dependencies:
  1. Create a .env file in the client directory with the following template:
  1. Available commands:

Server Setup

  1. Navigate to the server directory:
  1. Install dependencies:
  1. Create a .env file in the server directory with the following template:
  1. Start the development server:

Development

After setting up both client and server with their respective environment variables:
  1. Start the server:
  1. In a new terminal, start the client:
The application should now be running with: