# react-admin-demo **Repository Path**: dumen/react-admin-demo ## Basic Information - **Project Name**: react-admin-demo - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-10-27 - **Last Updated**: 2022-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## React Ant.Design Admin UI
## 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://gitee.com/dumen/react-admin-demo.git $ cd react-admin-demo $ npm install ``` ## Run Dev ```shell $ npm run dev ``` ## Run test spec ```shell $ npm run test ``` ## Build ```shell $ npm run build ``` ## Changelog ### 0.2.0 * 更新 React 到 15.6.x * 更新 webpack 到 2.x ### 0.1.2 * 更新依赖组件到最新版本 * 增加 page2 demo