velxio/start-frontend.bat

13 lines
275 B
Batchfile

@echo off
echo ========================================
echo Arduino Emulator - Starting Frontend
echo ========================================
echo.
cd frontend
echo Starting Vite dev server...
echo Application will be available at http://localhost:5173
echo.
npm run dev