React前端开发基础指南

本项目使用Create React App启动。项目目录下提供了多个脚本。执行`npm start`可以在开发模式下启动应用程序,并在浏览器中查看效果。编辑代码后页面会自动刷新,并在控制台显示错误信息。使用`npm test`可以启动测试运行程序,进入交互式监视模式。有关更多信息,请参考相关文档。执行`npm run build`将生产环境构建输出到`build`文件夹,优化后的React应用将适合部署。构建文件会被最小化并包含哈希。有关更多信息,请参考相关文档。注意,执行`npm run eject`是不可逆的操作,一旦执行将无法返回。如果需要修改构建工具和配置,可以使用此命令,它将移除单个构建依赖,并将所有配置文件和传递依赖项(如webpack、Babel)暴露出来。
zip
calendar-frontend-react-master.zip 预估大小:41个文件
folder
calendar-frontend-react-master 文件夹
file
.gitignore 310B
file
package.json 1KB
file
package-lock.json 687KB
folder
src 文件夹
folder
components 文件夹
folder
calendar 文件夹
file
CalendarModal.js 6KB
file
CalendarScreen.js 3KB
file
CalendarEvent.js 243B
folder
auth 文件夹
file
login.css 967B
file
LoginScreen.js 5KB
folder
ui 文件夹
file
DeleteEventFab.js 521B
file
Navbar.js 770B
file
AddNewFab.js 460B
file
index.js 206B
folder
helpers 文件夹
file
fetch.js 1KB
file
prepareEvents.js 250B
file
calendar-messages-es.js 343B
folder
types 文件夹
file
types.js 738B
folder
reducers 文件夹
file
calendarReducer.js 2KB
file
uiReducer.js 494B
file
authReducer.js 673B
file
rootReducer.js 305B
folder
router 文件夹
file
PublicRoute.js 589B
file
PrivateRoute.js 596B
file
AppRouter.js 1KB
folder
actions 文件夹
file
ui.js 172B
file
auth.js 2KB
file
events.js 3KB
folder
store 文件夹
file
store.js 387B
folder
hooks 文件夹
file
useForm.js 422B
file
CalendarApp.js 292B
file
styles.css 1KB
folder
public 文件夹
folder
images 文件夹
file
screenshotMain.png 44KB
file
robots.txt 67B
file
logo192.png 5KB
file
index.html 3KB
file
favicon.ico 4KB
file
manifest.json 492B
file
logo512.png 9KB
file
README.md 3KB
file
.env.development 43B
file
.eslintcache 10KB
file
.env.production 70B
zip 文件大小:236.14KB