You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
236 B
13 lines
236 B
@echo off
|
|
|
|
REM Set the base path to the directory of this batch file
|
|
set BASEDIR=%~dp0
|
|
|
|
cd /d "%BASEDIR%\..\client"
|
|
start cmd /k live-server
|
|
|
|
cd /d "%BASEDIR%\..\server"
|
|
start cmd /k npm run dev
|
|
|
|
cd /d "%BASEDIR%"
|
|
start hide-taskbar.exe
|