#!/bin/bash cd /home/OfficeDesk/frontend echo "🚀 Starte Frontend-Server..." echo "📍 App: http://192.168.0.12" echo "" npm run dev