react-scripts
This is a customized version of react-scripts, including:
- Support for Less files instead of Sass. You may also optionally include a
lessVars.js
file from the route of your project, which will be read into the less options asmodifedVars
.
module.exports = {
"@primary-color": "red"
}
- A babel plugin for
styled-components
class names prefixed with the component name. -
babel-plugin-import
for importing ant design components.
This package includes scripts and configuration used by Create React App.
Please refer to its documentation:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.