/
gr.ev.vl
/
TestGen
Обзор
Документация
Войти
/
gr.ev.vl
/
TestGen
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master2
scripts/run_frontend.cmd
24 строки
457 B
gr.ev.vl
Initial commit
06 июн 2026, 02:41
06 июн 2026, 02:41
02fb1fb
Код
Авторство
О чём код?
@echo off chcp 1251 >nul title TestGen Frontend cd /d "E:\_GEV\_My_project\TestGen\backend\frontend" :: �������� node_modules if not exist "node_modules" ( echo [] node_modules �� �������. echo ���������: npm install pause exit /b 1 ) echo ============================================ echo TestGen Frontend echo http://localhost:5173 echo ============================================ echo. :: ������ Vite call npm run dev pause