Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 631 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 631 Bytes

cra-template-antd-typescript

A Ant Design template for Create React App in TypeScript.

To use this template, add --template antd-typescript when creating a new app.

For example:

npx create-react-app my-app --template antd-typescript

# or

yarn create react-app my-app --template antd-typescript

For more information, please refer to: