文件名称:node-app
文件大小:132KB
文件格式:ZIP
更新时间:2024-04-16 11:41:53
CSS
node-js-getting-started 使用准系统Node.js应用程序。 此应用程序支持“文-签出。 本地运行 确保已安装和 。 $ git clone https://github.com/heroku/node-js-getting-started.git # or clone your own fork $ cd node-js-getting-started $ npm install $ npm start 您的应用程序现在应该在上运行。 部署到Heroku $ heroku create $ git push heroku main $ heroku open 或者 文献资料 有关在Heroku上使用Node.js的更多信息,请参见以下开发中心文章:
【文件预览】:
node-app-main
----index.js(24KB)
----test.js(860B)
----package.json(911B)
----db()
--------db-setup.sql(2KB)
----app.json(317B)
----Procfile(15B)
----package-lock.json(102KB)
----.env(235B)
----views()
--------partials()
--------pages()
----week11()
--------index.html(3KB)
----.gitignore(133B)
----week9()
--------index.js(7KB)
--------index.ejs(502B)
--------home.html(1KB)
--------main.css(1KB)
----public()
--------images()
--------login.html(783B)
--------dashboard.html(8KB)
--------home.html(6KB)
--------stylesheets()
--------node.svg(2KB)
--------scripts()
--------lang-logo.png(2KB)
----README.md(1KB)
----modules()
--------customers.js(3KB)
--------payment-plans.js(919B)
--------engagements.js(1KB)
--------utilities.js(874B)
--------invoice.js(4KB)