React基础学习项目简介

该项目是一个简单的React学习项目,通过运行 npm start 可以在开发模式下启动应用程序,并在浏览器中查看。编辑页面将触发页面重新加载,同时在控制台中显示任何错误。使用 npm test 可以启动测试程序,并在交互式监视模式下运行。使用 npm run build 可以构建生产应用程序到 build 文件夹中,该应用程序已经优化了React并进行了最小化构建。请注意,运行 npm run eject 是一个单向操作,一旦执行将无法返回。该命令将从项目中删除单个构建依赖项,将所有配置文件和传递依赖项直接复制到您的项目中。

zip
project-latihan-react-master.zip 预估大小:24个文件
folder
project-latihan-react-master 文件夹
file
package.json 901B
file
package-lock.json 569KB
folder
src 文件夹
folder
reducers 文件夹
file
rootReducer.js 1KB
file
index.js 728B
file
serviceWorker.js 5KB
folder
components 文件夹
file
Navbar.js 624B
file
Contact.js 551B
file
Page.js 194B
file
About.js 442B
file
Footer.js 523B
file
Home.js 1KB
file
Post.js 1KB
folder
hoc 文件夹
file
Rainbow.js 429B
file
App.js 1KB
folder
actions 文件夹
file
postActions.js 88B
file
index.css 581B
file
.gitignore 310B
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 3KB
file
README.md 3KB
zip 文件大小:180.57KB