spacebar/start.bat
2021-08-15 00:10:54 +02:00

4 lines
47 B
Batchfile

cd bundle
CALL npm install
CALL npm start
PAUSE