This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.
Install node_modules
:
npm install
or
yarn (recommended)
Scripts provided in package.json
. It's safe to modify or add additional script:
npm start
or
yarn start(==recommended== otherwise some functions may not work properly)
npm run build
npm run lint