weather-app:响应式天气应用

时间:2021-03-28 23:55:05
【文件属性】:
文件名称:weather-app:响应式天气应用
文件大小:4.47MB
文件格式:ZIP
更新时间:2021-03-28 23:55:05
TypeScript 笔记 这是一个比较简单的天气应用程序,此应用程序的重点是向用户显示有关当前天气和5天天气预报的最少和最重要的信息。 日期 2021年3月28日 在本地运行作业的说明 项目依赖项: 节点 npm 要在开发环境中启动该项目,请遵循以下步骤: 安装节点。 在Mac中将是brew install node 。 在项目文件夹中,运行npm install和npm start 。 这将: 安装所有项目依赖项并启动应用程序 通过URL访问应用程序: http://localhost:3000/
【文件预览】:
weather-app-master
----package.json(2KB)
----.prettierrc(152B)
----package-lock.json(1.53MB)
----.env(58B)
----src()
--------config()
--------data()
--------redux()
--------react-app-env.d.ts(40B)
--------reportWebVitals.ts(425B)
--------index.tsx(630B)
--------components()
--------App.tsx(1KB)
--------styles()
--------types()
--------services()
--------setupTests.ts(241B)
--------App.test.tsx(273B)
----.eslintrc.js(162B)
----tsconfig.json(535B)
----.gitignore(310B)
----public()
--------favicon.png(31KB)
--------img()
--------manifest.json(305B)
--------robots.txt(67B)
--------index.html(614B)
--------favicon.ico(4KB)
----README.md(596B)
----.vscode()
--------settings.json(850B)

网友评论