Files
aeroresolve_frontend/README.md
T
2026-07-21 10:38:09 +00:00

969 B

Aero Resolve - Frontend

test123

This is the frontend application built with React and Vite.

🚀 Getting Started

Prerequisites

  • Node.js (v18+)

Installation

  1. Navigate to the frontend directory (if you aren't already here):
    cd frontend
    
  2. Install the dependencies using npm:
    npm install
    

Running the Application

Start the local development server for your desired environment:

# Development
npm run dev

# Local
npm run local

# Test
npm run test

# UAT
npm run uat

Build for Production

To build the application for a specific environment:

# Development
npm run build:dev

# Local
npm run build:local

# Test
npm run build:test

# UAT
npm run build:uat

Preview Built Application

To preview the production build locally:

# Development
npm run preview:dev

# Local
npm run preview:local

# Test
npm run preview:test

# UAT
npm run preview:uat

//this is dev