README.md

September 12, 2017 ยท View on GitHub

User Dashboard Example

This is a Mirror example similar to dva-example-user-dashboard.

Dependencies

  • antd
  • natty-fetch

Quick Start

$ git clone git@github.com:mirrorjs/user-dashboard-example.git
$ cd user-dashboard-example
$ npm i
$ npm start

After starting, your default browser will open http://127.0.0.1:8000 in a new tab, happy coding!

Contents

  1. 1User Dashboard Example
  2. 1.1Dependencies
  3. 1.2Quick Start