4 lines
64 B
Batchfile
4 lines
64 B
Batchfile
@echo off
|
|
echo Starting Frontend Dev Server...
|
|
call npm run dev
|
@echo off
|
|
echo Starting Frontend Dev Server...
|
|
call npm run dev
|