区块链管理后台
This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.
Install 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