File size: 184 Bytes
c7c0dad
db87424
41648f8
1
2
3
4
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