diff --git a/run.bat b/run.bat new file mode 100644 index 0000000..bb84408 --- /dev/null +++ b/run.bat @@ -0,0 +1,4 @@ +set PORT=2233 +set webClient=http://localhost:5000 + +yarn start \ No newline at end of file diff --git a/run.sh b/run.sh new file mode 100644 index 0000000..e35a379 --- /dev/null +++ b/run.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +set PORT=2233 +set webClient=http://localhost:5000 + +nohup yarn start &