This commit is contained in:
--=FurtiF™=--
2016-10-26 13:22:24 +02:00
parent dc492f4c5b
commit 056ccde3db
3 changed files with 4 additions and 2 deletions

2
install-windows.bat vendored
View File

@@ -1,2 +0,0 @@
set LIBPROTOBUF=%CD%\protobuf
npm install node-protobuf && npm install

1
run-api-windows.bat vendored
View File

@@ -1,3 +1,4 @@
REM start the web-api on port 9000
npm run api
"C:\Program Files (x86)\Internet Explorer\iexplore.exe" "http://localhost:9000/"
pause

3
run-install-windows.bat vendored Normal file
View File

@@ -0,0 +1,3 @@
set LIBPROTOBUF=%CD%\protobuf
npm install node-protobuf && npm install
pause