This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.
- Make sure you have
Node.js
installed on your machine. - Install yarn.
- Install
node_modules
:
$ yarn
yarn start:no-mock
yarn build
yarn lint
You can also use script to auto fix some lint error:
yarn lint:fix
yarn test
You can view full document on our official website. And welcome any feedback in our github.