This website works better with JavaScript.
Explore
Help
Register
Sign In
panqihua
/
riskcloudmock
Watch
1
Star
0
Fork
You've already forked riskcloudmock
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6
Commits
1
Branch
0
Tags
82 KiB
Tag:
Branch:
Tree:
9fc1ed1dc8
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9fc1ed1dc8'
${ noResults }
riskcloudmock
/
run.sh
7 lines
87 B
Raw
Normal View
History
Unescape
Escape
运行脚本
4 years ago
#!/bin/sh
运行脚本
4 years ago
export
PORT
=
2233
export
webClient
=
http://localhost:5000
运行脚本
4 years ago
nohup yarn start
&