使用Ant-Design开发的一套后台管理系统,主要用到了React、Typescript、Mobx、PWA等技术,使用webpack5打包构建,包含React18的一些新特性。
- react
- typescript
- antd
- hooks
- webpack5
- react-router5
- pwa
在终端下操作
项目地址: (git clone
)
git clone git@github.com:xpioneer/react-typescript.git
安装node_modules依赖 yarn
yarn #in your command terminal
启动开发服务: (http://localhost:8060)
yarn start
生产环境打包
yarn build