基于 Ant Design Pro.
Install node_modules:
node_modules
npm install
or
yarn
npm start
npm run build
npm run lint
You can also use script to auto fix some lint error:
npm run lint:fix
npm test