Skip to content

Frontend Technical Stack

Ahmed Marzook edited this page Dec 2, 2024 · 3 revisions

Core Technologies

React Setup

  • Using Vite as build tool
  • React 18+
  • JavaScript

Build and Setup

Environment Variables

  • VITE_API_URL: API URL for backend server

Running Locally

# Navigate to frontend directory
cd frontend

# Install dependencies
npm install

# Start development server
npm run dev

Building for Prod

# Navigate to frontend directory
cd frontend

# Install dependencies
npm install

# Start development server
npm npm run build:prod

# Build files located
cd dist

Clone this wiki locally