文件名称:Node-Weather-App:Node Js Weather App是一个提供天气信息的简单应用程序
文件大小:61KB
文件格式:ZIP
更新时间:2024-05-30 10:49:13
nodejs javascript express handlebars weather-information
Node Js天气应用程序 Node Js Weather App是一个提供天气信息的简单应用程序。 先决条件 您需要在计算机中安装 。 安装 克隆存储库。 转到存储库文件夹,然后在终端中运行以下命令: npm install 用法 现在,您可以在终端中运行以下命令: npm run dev 您可以在终端中看到以下内容 [nodemon] 2.0.4 [nodemon] to restart at any time, enter `rs` [nodemon] watching path(s): *.* [nodemon] watching extensions: js,hbs [nodemon] starting `node src/app.js` Server is up on port 30000 在浏览器中打开 Go to http://localhost:3000 现在您将
【文件预览】:
Node-Weather-App-master
----package.json(390B)
----templates()
--------partials()
--------views()
----LICENSE(1KB)
----package-lock.json(66KB)
----src()
--------app.js(2KB)
--------utils()
----.gitignore(13B)
----public()
--------css()
--------logo192.png(5KB)
--------img()
--------serviceworker.js(315B)
--------manifest.json(520B)
--------js()
--------logo512.png(5KB)
--------favicon.ico(5KB)
----README.md(1008B)