gallyga commited on
Commit
52b1e27
·
verified ·
1 Parent(s): 8fa1a39

Create start.sh

Browse files
Files changed (1) hide show
  1. start.sh +5 -0
start.sh ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ # 启动端口转发
3
+ nohup socat TCP-LISTEN:7860,fork TCP:localhost:8000 &
4
+ # 启动应用
5
+ npm start