wind_tool_standortpruefung/start_server.bat

6 lines
81 B
Batchfile

@echo off
cd /d "%~dp0"
echo Starting Development Server...
call npm start
pause