This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.
git clone https://github.com/jrs64/learn_d3.js.git
Install node_modules
:
npm install
or
yarn
yarn dev
or
npm run dev
npm run build
npm run lint
You can also use script to auto fix some lint error:
npm run lint:fix
npm test