在 LeanCloud 云引擎上使用 Koa 的 Node.js 实例项目。
首先确认本机已经安装 Node.js 运行环境和 LeanCloud 命令行工具,然后执行下列指令:
$ git clone https://github.com/leancloud/koa-getting-started.git
$ cd koa-getting-started
安装依赖:
npm install
登录并关联应用:
lean login
lean switch
启动项目:
lean up
之后你就可以在 localhost:3000 访问到你的应用了。
部署到预备环境(若无预备环境则直接部署到生产环境):
lean deploy