init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
@echo off
|
||||
REM AI Review Frontend Start Script for Windows
|
||||
|
||||
echo 🚀 Starting AI Review Frontend...
|
||||
|
||||
REM Check if node_modules exists
|
||||
if not exist "node_modules" (
|
||||
echo 📦 Installing dependencies...
|
||||
call npm ci
|
||||
)
|
||||
|
||||
REM Start dev server
|
||||
echo ✅ Starting frontend on http://localhost:5173
|
||||
echo.
|
||||
npm run dev
|
||||
|
||||
Reference in New Issue
Block a user