Files
ThreatHunt/start-frontend.bat
mblanke b398f6624c CLAUDE branch
i made have screwed the pooch with this
2025-06-17 06:55:38 -04:00

8 lines
122 B
Batchfile

@echo off
title Cyber Threat Hunter - Frontend
cd /d "%~dp0\frontend"
echo Starting Frontend Server...
npm run dev
pause