https://github.com/xpioneer/react-typescript
A Front-End Project with Typescript/Antd. webpack5+react-router5+antd+typescript5+grahql+jwt+hooks
https://github.com/xpioneer/react-typescript
antd antd5 eslint graphql hooks jwt mobx pwa react react-hooks react-router-v6 react18 typescript usereducer webpack5
Last synced: 8 months ago
JSON representation
A Front-End Project with Typescript/Antd. webpack5+react-router5+antd+typescript5+grahql+jwt+hooks
- Host: GitHub
- URL: https://github.com/xpioneer/react-typescript
- Owner: xpioneer
- Created: 2018-11-12T02:52:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T15:13:01.000Z (about 1 year ago)
- Last Synced: 2025-05-26T10:18:08.014Z (10 months ago)
- Topics: antd, antd5, eslint, graphql, hooks, jwt, mobx, pwa, react, react-hooks, react-router-v6, react18, typescript, usereducer, webpack5
- Language: TypeScript
- Homepage:
- Size: 16.1 MB
- Stars: 72
- Watchers: 4
- Forks: 40
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-typescript
### 项目概况
***
使用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
```