练手react
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