An open API service indexing awesome lists of open source software.

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

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
```