File size: 184 Bytes
3dfe8fb
 
 
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