This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
打包项目到build目录
See the section about deployment for more information.
分析项目中各个包的体积
将打包后(build目录)的项目上传到阿里云oss服务器
Note: this is a one-way operation. Once you eject
, you can’t go back!
使用react+ts+hooks写的h5项目框架
types目录
api.d.ts api文件中的接口类型
types.d.ts 全局文件和通用文件接口类型
action.ts redux中action文件中函数接口类型和联合类型