# react-antd-redux **Repository Path**: xkh/react-antd-redux ## Basic Information - **Project Name**: react-antd-redux - **Description**: react-antd后台管理脚手架 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 2 - **Created**: 2017-01-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Getting start 1. Clone this repo: ``` $ git clone https://git.oschina.net/xkh/react-antd-redux.git ``` 2. Install dependenices: ``` $ npm i ``` 3. Start the project: ``` $ npm start // default prot is 3000 $ PORT=80 npm start // using `PORT` to customize port in the CLI ``` 4. Access browser: [http://localhost:3000](http://localhost:3000). Or start with [`minihost`](https://www.npmjs.com/package/minihost): ``` 5. Then do whatever you want : ). ## Contributing Pull requests are welcome! ## LICENSE