Install scaffolding: NPM install -g create-react-app
Check the create-react-app –version version
Create project: create-react-app my-app
Go to the project directory and install the dependency: NPM install
Run: NPM start
Use ANTD in the React project
Reference documentation