文件名称:nurd:使用Node.js的在线多人游戏
文件大小:501KB
文件格式:ZIP
更新时间:2024-06-15 09:55:22
JavaScript
先决条件 设置 npm install # Install dependencies git remote add heroku https://git.heroku.com/tttrio.git # Deploy endpoint 运行单元测试 npm test 在本地运行应用 # Run the server in the background npm start open http://localhost:8125 停止服务器 npm run stop 部署 npm run deploy