3 lines
74 B
Batchfile
3 lines
74 B
Batchfile
@echo off
|
|
start cmd /k "npm start"
|
|
start cmd /k "cd server && node app.js" |