Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 644 Bytes

README.md

File metadata and controls

50 lines (34 loc) · 644 Bytes

react-typescript

项目概况


使用Ant-Design开发的一套后台管理系统,主要用到了React、Typescript、Mobx、PWA等技术,使用webpack5打包构建,包含React18的一些新特性。

项目主要技术结构


  • react
  • typescript
  • antd
  • hooks
  • webpack5
  • react-router5
  • pwa

安装


在终端下操作

项目地址: (git clone)

git clone [email protected]:xpioneer/react-typescript.git

安装node_modules依赖 yarn

yarn #in your command terminal

运行

启动开发服务: (http://localhost:8060)

yarn start

生产环境打包

yarn build