# react-antd-admin **Repository Path**: lt133/react-antd-admin ## Basic Information - **Project Name**: react-antd-admin - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-06-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## React Ant.Design Admin UI


Live Demo

## Features - [React](https://facebook.github.io/react/) - [Redux](https://github.com/reactjs/redux) - [Ant.Design](http://ant.design/) - [Babel](https://babeljs.io/) - [webpack](https://webpack.github.io/) - [mocha](https://mochajs.org/) - [enzyme](https://github.com/airbnb/enzyme) ## Getting Started Just clone the repo and install the necessary node modules: ```shell $ git clone https://github.com/fireyy/react-antd-admin $ cd react-antd-admin $ npm install ``` ## Run Dev ```shell $ npm run dev ``` ## Run test spec ```shell $ npm run test ``` ## Build ```shell $ npm run build ``` ## Changelog ### 0.1.2 * 更新依赖组件到最新版本 * 增加 page2 demo