You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
jysperm a94072fe1b 🎨 Minor style update 7 years ago
public/stylesheets Revert changes to 886627d 9 years ago
routes 🎨 Many minor improvement (#28) 7 years ago
views fix Revert 8 years ago
.gitignore feat: add nodemen dev dependencies and dev scripts 8 years ago
.leanignore chore: 增加 PORT 环境变量的使用 8 years ago
README.md 📝 Update RADEME 7 years ago
app.js 🎨 Minor style update 7 years ago
cloud.js ⬆️ Upgrade leanengine 2.0 7 years ago
nodemon.json Add nodemon 8 years ago
package.json ⬆️ upgrade leanengine to v3 7 years ago
server-cluster.js 🎨 Many minor improvement (#28) 7 years ago
server.js 🎨 Minor style update 7 years ago

README.md

Node.js Getting started

在 LeanCloud 云引擎上使用 Express 的 Node.js 实例项目。

一键部署

Deploy to LeanEngine

本地运行

首先确认本机已经安装 Node.js 运行环境和 LeanCloud 命令行工具,然后执行下列指令:

$ git clone https://github.com/leancloud/node-js-getting-started.git
$ cd node-js-getting-started

安装依赖:

npm install

登录并关联应用:

lean login
lean switch

启动项目:

lean up

之后你就可以在 localhost:3000 访问到你的应用了。

部署到 LeanEngine

部署到预备环境(若无预备环境则直接部署到生产环境):

lean deploy

相关文档