265ce1957fe0a885d71854d7565da0c4ec9a7e1f
Reviewed-on: https://gitea.maskantech.in/gitea_admin/aeroresolve_frontend/pulls/38
Merge branch 'development' of https://gitea.maskantech.in/gitea_admin/aeroresolve_frontend into azeem
Aero Resolve - Frontend
test123
This is the frontend application built with React and Vite.
🚀 Getting Started
Prerequisites
- Node.js (v18+)
Installation
- Navigate to the frontend directory (if you aren't already here):
cd frontend - 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
Languages
TypeScript
99.7%
CSS
0.1%