supplier_central_frontend/start.sh

9 lines
207 B
Bash
Raw Normal View History

2026-08-20 12:53:21 +00:00
#!/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