gomoku / run.sh
zjowowen's picture
init space
db87424
raw
history blame contribute delete
No virus
184 Bytes
service nginx start
cd ./gomoku_server_ui/backend && FLASK_APP=app.py FLASK_ENV=development FLASK_DEBUG=1 nohup flask run --port 5001 &
cd ./gomoku_server_ui/frontend && npm run start