Files
PawanOsman-ChatGPT/start.bat
T
2024-04-02 12:01:37 +03:00

11 lines
161 B
Batchfile

@echo off
IF NOT EXIST node_modules (
echo Installing npm packages...
call npm install
)
cls
echo Starting the application...
call npm start