proj/frontend.sh
2026-01-21 09:52:33 +01:00

4 lines
64 B
Bash
Executable file

#!/bin/bash
echo "Starting Frontend..."
cd Frontend
npm run dev