推特主题发现:利用 Create React App 入门

该项目通过 Create React App 创建。在项目目录中,可使用以下脚本:

- yarn start:以开发模式运行应用程序,在浏览器中打开以查看。编辑后页面将重新加载,控制台将显示任何错误。

- yarn test:以交互式监视模式启动测试运行程序。

- yarn build:构建生产应用到 build 文件夹中,正确捆绑了 React 并优化了构建以获得最佳性能。构建最小化且文件名包含哈希,应用已准备好部署。

注意:yarn eject 是单向操作,执行后无法返回。如果对构建工具和配置不满意,可以执行此操作,但将删除单个构建依赖项并导出所有配置文件和传递依赖项(如 webpack、Babel、ESLint)。

zip
tweet_topics-master.zip 预估大小:21个文件
folder
tweet_topics-master 文件夹
file
.gitignore 310B
file
package.json 845B
file
package-lock.json 1.31MB
folder
src 文件夹
file
utility.js 2KB
file
setupTests.js 241B
file
DisplayTweets.js 189B
file
index.js 500B
file
App.js 576B
file
reportWebVitals.js 362B
file
App.css 932B
file
index.css 366B
file
App.test.js 246B
file
tweets.txt 613KB
folder
public 文件夹
file
robots.txt 67B
file
logo192.png 5KB
file
index.html 644B
file
favicon.ico 4KB
file
manifest.json 492B
file
logo512.png 9KB
file
README.md 3KB
file
yarn.lock 436KB
zip 文件大小:715.19KB