We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
部署最简单的nodejs项目,利用expressjs框架
选择:
用leancloud的步骤
git clone git@github.com:qianxueseng-com/js-projects.git cd js-projects/503-expressjs-hosted npm install npm install -g avoscloud-code --registry=https://registry.npm.taobao.org #安装leancloud的命令行工具
lean app add 503-expressjs <appId>
lean up
lean deploy
云引擎 -> 设置 -> Web 主机域名 -> 保存
访问域名 qxs.leanapp.cn
做点小的改用,再次部署lean deploy,并再次访问