8 lines
80 B
Batchfile
8 lines
80 B
Batchfile
|
|
@echo off
|
||
|
|
chcp 65001 >nul
|
||
|
|
|
||
|
|
cd /d D:\code\front\client_code
|
||
|
|
|
||
|
|
npm run serve
|
||
|
|
|
||
|
|
pause
|