依赖 Create React App 脚手架搭建 ;
主要构成 typescript + eslint + react + antd 等
react-template
├── config
├── node_modules
├── public
│ ├── favicon.ico
│ ├── index.html
│ ├── logo192.png
│ ├── logo512.png
│ ├── manifest.json
│ └── robots.txt
└── srcipts
├── build.js
├── start.js
└── test.js
├── src
├── index.css
├── index.js
├── logo.svg
├── react-app-env.d.ts
├── serviceWorker.js
└── setupTests.js
├── .babelrc
├── .editorconfig
├── .eslintignore
├── .eslintrc.json
├── .gitignore
├── package.json
├── paths.json
├── README.md
└── tsconfig.json
随时欢迎补充 yanggz@dianzhong.com