mirror of
https://github.com/mblanke/ThreatHunt.git
synced 2026-03-01 14:00:20 -05:00
8 lines
122 B
Batchfile
8 lines
122 B
Batchfile
@echo off
|
|
title Cyber Threat Hunter - Frontend
|
|
cd /d "%~dp0\frontend"
|
|
|
|
echo Starting Frontend Server...
|
|
npm run dev
|
|
pause
|