Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 747 Bytes

README-dashboard.md

File metadata and controls

47 lines (31 loc) · 747 Bytes

READMD for Dashboard

This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.

Environment Prepare

  1. Make sure you have Node.js installed on your machine.
  2. Install yarn.
  3. Install node_modules:
$ yarn

Start project

yarn start:no-mock

Build project

yarn build

Check code style

yarn lint

You can also use script to auto fix some lint error:

yarn lint:fix

Test code

yarn test

More

You can view full document on our official website. And welcome any feedback in our github.