React应用程序开发入门指南

通过Create React App入门该项目,您可以在项目目录中运行可用脚本: npm start以开发模式运行应用程序。只需在浏览器中打开链接即可查看。在进行编辑时,页面将自动重新加载,同时您也可以在控制台中查看任何错误信息。另外,通过npm test可以启动测试运行程序,进入交互式监视模式。使用npm run build命令可以构建生产版本到应用程序的build文件夹中。它会在生产模式下正确地捆绑React,并对构建进行优化,以提高性能。构建结果会被最小化,并且文件名会包含哈希值,使您的应用准备好部署。请注意,npm run eject是不可逆转的操作,执行后将无法恢复!如果您对构建工具和配置不满意,可以使用该命令将它们从项目中移除。

zip
news-explorer-frontend-level-2.zip 预估大小:47个文件
folder
news-explorer-frontend-level-2 文件夹
file
package.json 934B
file
package-lock.json 671KB
folder
src 文件夹
folder
vendor 文件夹
folder
fonts 文件夹
file
inter-400.woff 131KB
file
robotoslab-400.woff 39KB
file
inter-500.woff 139KB
file
roboto-700.woff 92KB
file
robotoslab-700.woff 89KB
file
fonts.css 974B
file
roboto-400.woff 35KB
file
sourcesanspro-400.woff 122KB
file
roboto-500.woff 36KB
file
roboto-900.woff 92KB
file
index.js 235B
folder
images 文件夹
file
author.jpg 23KB
folder
configs 文件夹
file
links.js 878B
folder
components 文件夹
folder
App 文件夹
folder
App.css 文件夹
file
App.js 193B
folder
About 文件夹
file
About.js 1KB
file
About.css 2KB
folder
SearchForm 文件夹
file
SearchForm.css 1KB
file
SearchForm.js 625B
folder
Footer 文件夹
file
Footer.js 2KB
file
Footer.css 2KB
folder
ui 文件夹
folder
LetterLogo 文件夹
file
LetterLogo.js 372B
file
LetterLogo.css 424B
folder
CommonButton 文件夹
file
CommonButton.js 541B
file
CommonButton.css 786B
folder
AccentButton 文件夹
file
AccentButton.js 491B
file
AccentButton.css 833B
folder
SecondaryButton 文件夹
file
SecondaryButton.css 1KB
file
SecondaryButton.js 512B
folder
BookmarkButton 文件夹
file
BookmarkButton.css 375B
file
BookmarkButton.js 1KB
folder
svg 文件夹
folder
GitHubIcon 文件夹
file
GitHubIcon.js 1KB
folder
BookmarkIcon 文件夹
file
BookmarkIcon.css 402B
file
BookmarkIcon.js 953B
folder
FacebookIcon 文件夹
file
FacebookIcon.js 668B
file
index.css 392B
file
.gitignore 324B
folder
public 文件夹
file
logo192.png 5KB
file
manifest.json 492B
file
robots.txt 67B
file
index.html 2KB
file
logo512.png 9KB
file
favicon.ico 4KB
file
README.md 3KB
file
.editorconfig 822B
zip 文件大小:993.59KB