6 lines
123 B
PowerShell
6 lines
123 B
PowerShell
# Navigiere zum Verzeichnis deines Projekts
|
|
cd 'C:\inetpub\wwwroot\talas5\nodeMap'
|
|
|
|
# Führe den npm Befehl aus
|
|
npm run dev
|