练手react
发布于 6 年前 作者 fuxingZhang 2238 次浏览 来自 分享

Network Test - React

Network test based on react, koa2

快速学习的方式就是动手做

https://github.com/fuxingZhang/networktest-react

目录结构

networktest-angular
├── ali-oss              // ali oss目录
├── front                // 前端react目录
├── node_modules         
├── public               // 打包后的静态文件
├── routes               // 后端路由
├── s3                   // aws s3目录
├── testFiles            // 用于下载的文件
├── uploads              // 上传测试的文件存放目录
├── utils                // 工具目录
├── .gitignore           // standard gitignore file
├── config.js            // 配置文件
├── index.js             // 入口文件
├── package.json         // node module dependencies
└── README.md            // readme file

相关项目

network test base on angular 6

https://github.com/fuxingZhang/networktest-angular

network test base on vue

https://github.com/fuxingZhang/networktest

相关资源

react

website: https://reactjs.org/
github: https://github.com/facebook/react

react-router

website: https://reacttraining.com/react-router/
github: https://github.com/ReactTraining/react-router

回到顶部