Skip to content

Latest commit

 

History

History
34 lines (34 loc) · 1.14 KB

File metadata and controls

34 lines (34 loc) · 1.14 KB

React Easy Start

A lightweight ant-design-pro based on create-react-app.

Installation

git clone https://github.com/sunnut/react-easy-start.git
cd react-easy-start
npm install
npm run mock
npm start

Dependencies

  • create-react-app
  • React 16.13.0 --hooks
  • Redux --state management
  • React-Router-V4 --page management
  • Ant Design --UI components
  • React Intl --I18N
  • Gulp --Process management
  • Restify --Mock Server

Solved Problems

Examples

Login

Screenshot

Dashboard with sidebar not collapsed

Screenshot