文件名称:nodebook:回购以创建用于常规测试的节点服务器,并将其部署到huroku
文件大小:12KB
文件格式:ZIP
更新时间:2024-06-07 18:06:39
nodejs JavaScript
节点簿 :notebook_with_decorative_cover: :woman::laptop: :repeat_button: :laptop: :notebook_with_decorative_cover: :desktop_computer: :repeat_button: :man::laptop: :notebook_with_decorative_cover: 回购以创建用于常规测试的节点服务器并将其部署到heroku 环境 通过github部署到heroku 使用 在本地启动服务器的步骤 安装节点 在github.com或github桌面上创建nodejs存储库 如果在github.com上创建了仓库,请在本地克隆仓库 用vscode打开仓库 创建index.html和index.js 打开vscode终端,创建节点项目: npm init 安装服务器软件包作为回购协议的依赖项npm install http-server 现在打开服务器 npx http-server 转到查看您的index.html文件 将服务器部署到herok
【文件预览】:
nodebook-main
----.gitignore(1KB)
----package.json(286B)
----package-lock.json(6KB)
----LICENSE(16KB)
----index.js(192B)
----.github()
--------workflows()
----README.md(2KB)
----index.html(49B)
----Procfile(21B)
----.gitattributes(66B)
----404.html(10B)