This project is initialized with Ant Design Pro.
Install node_modules
:
npm install
or
yarn
Maybe you should install yarn first!
yarn start
npm run build
npm run lint
You can also use script to auto fix some lint error:
npm run lint:fix
npm test