1bedca9b868a12efc0b0b3240b4f897c93415c37
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%