文件名称:leanengine-performance-test
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-12 19:45:30
JavaScript
node-js-getting-started
一个简单的使用 Express 4 的 Node.js 应用。
可以运行在 LeanEngine Node.js 运行时环境。
本地运行
首先确认本机已经安装 运行环境。然后执行下列指令:
$ git clone git@github.com:leancloud/node-js-getting-started.git
$ cd node-js-getting-started
准备启动文件:
$ cp start.sh.example start.sh
$ chmod +x start.sh
将 appId 等信息更新到 start.sh 文件中:
export LC_APP_ID=
【文件预览】:
leanengine-performance-test-master
----.gitignore(50B)
----app.js(3KB)
----package.json(451B)
----cloud.js(198B)
----public()
--------stylesheets()
----views()
--------error.ejs(247B)
--------todos.ejs(444B)
--------index.ejs(279B)
----README.md(1KB)
----start.sh.example(142B)
----server.js(604B)