summary refs log tree commit diff
path: root/start.bat
blob: cc12c6a6b772b0e1c66d0cec8c5674a91279ceff (plain) (blame)
1
2
3
4
cd bundle
CALL npm install
CALL npm start
PAUSE