k55k32 / react-typescript

A Front-End Project with Typescript/Antd. webpack4+react-router4+antd+typescript3+grahql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-typescript

项目概况


使用蚂蚁金服的Antd开发的一套后台管理系统,主要用到了react、typescript、antd、mobx等技术,使用webpack4打包构建,包含React16的code splitting等新特性。

项目主要技术结构


  • react
  • typescript
  • antd
  • mobx
  • webpack4
  • react-router4

安装


在终端下操作

项目地址: (git clone)

git clone git@github.com:xpioneer/react-typescript.git

安装node_modules依赖 yarn

yarn #in your command terminal

运行

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

yarn start

生产环境打包

yarn build

About

A Front-End Project with Typescript/Antd. webpack4+react-router4+antd+typescript3+grahql


Languages

Language:TypeScript 92.7%Language:JavaScript 5.6%Language:CSS 1.2%Language:HTML 0.5%