README
react scripts for Ant Design
React scripts based on- Add
eslint
,less
related configuration - Add an alias for the
src
folder to@
- Add support for babel-plugin-import
- Add support for custom themes, just add
antd.theme.js
in the project root directory, Ant Design Less variables
antd.theme.js
Example for module.exports = {
'primary-color': '#1DA57A',
'link-color': '#1DA57A',
}
Instructions
create-react-app <project name> --scripts-version antd-react-scripts