minimal:用于检查后端的最小 Express 应用程序

时间:2024-07-04 19:06:56
【文件属性】:

文件名称:minimal:用于检查后端的最小 Express 应用程序

文件大小:4KB

文件格式:ZIP

更新时间:2024-07-04 19:06:56

JavaScript

$ git clone https://github.com/Paqmind/minimal minimal $ cd minimal $ npm install $ npm start $ HTTP_PORT=3030 npm start // ./config.js example export default { // HTTP HTTP_PORT: 3030, // SMTP SMTP_HOST: "smtp.yandex.ru", SMTP_USERNAME: "robot@xxx.com", SMTP_PASSWORD: "xxx", SMTP_PORT: 465, SMTP_SSL: true, // MAILS MAIL_ROBOT: "robot@xxx.com", MAIL_SUPPORT: "support@xxx.com"


【文件预览】:
minimal-master
----package.json(491B)
----templates()
--------404.html(354B)
--------500.html(353B)
--------home.html(386B)
----.gitignore(260B)
----app.js(3KB)
----README.md(433B)
----nodemon.json(160B)

网友评论