2 changed files with 14 additions and 4 deletions
			
			
		@ -0,0 +1,6 @@ | 
				
			|||||
 | 
					{ | 
				
			||||
 | 
					  "name": "client", | 
				
			||||
 | 
					  "lockfileVersion": 3, | 
				
			||||
 | 
					  "requires": true, | 
				
			||||
 | 
					  "packages": {} | 
				
			||||
 | 
					} | 
				
			||||
@ -1,9 +1,13 @@ | 
				
			|||||
@echo off | 
					@echo off | 
				
			||||
cd /d "C:\Users\info\noura\website\transmediale-noura-tafeche\client" | 
					
 | 
				
			||||
 | 
					REM Set the base path to the directory of this batch file | 
				
			||||
 | 
					set BASEDIR=%~dp0 | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					cd /d "%BASEDIR%\..\client" | 
				
			||||
start cmd /k live-server | 
					start cmd /k live-server | 
				
			||||
 | 
					
 | 
				
			||||
cd /d "C:\Users\info\noura\website\transmediale-noura-tafeche\server" | 
					cd /d "%BASEDIR%\..\server" | 
				
			||||
start cmd /k npm run dev | 
					start cmd /k npm run dev | 
				
			||||
 | 
					
 | 
				
			||||
cd /d "C:\Users\info\noura\utilities" | 
					cd /d "%BASEDIR%" | 
				
			||||
start cmd "hide-taskbar.exe" | 
					start hide-taskbar.exe | 
				
			||||
					Loading…
					
					
				
		Reference in new issue