supplier_central_frontend/start.sh
vickytechkey 8111278057
All checks were successful
Beta CI/CD Pipeline / build-and-test (push) Successful in 56s
Beta CI/CD Pipeline / deploy-beta (push) Successful in 7s
adding seller image upload
2026-08-20 18:23:21 +05:30

8 lines
207 B
Bash
Executable file

#!/bin/bash
# start.sh - Script to run the React application locally
# Navigate to the directory containing this script
cd "$(dirname "$0")" || exit
echo "Starting React development server..."
npm run dev