File size: 150 Bytes
6efa67a
 
 
 
 
 
1
2
3
4
5
6
7
@echo off
pushd %~dp0
call npm install --no-save --no-audit --no-fund --loglevel=error --no-progress --omit=dev
npm run start server.js %*
pause
popd