From e92ef95f744806d20c22b0d36ab714a5a0ea62ea Mon Sep 17 00:00:00 2001 From: comerc Date: Mon, 14 Aug 2017 04:44:25 +0300 Subject: [PATCH] Add cra-ts-antd (#7195) --- docs/react/use-with-create-react-app.en-US.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/react/use-with-create-react-app.en-US.md b/docs/react/use-with-create-react-app.en-US.md index 936666026f..5d5e3125b8 100644 --- a/docs/react/use-with-create-react-app.en-US.md +++ b/docs/react/use-with-create-react-app.en-US.md @@ -246,5 +246,6 @@ Finally, we used antd with create-react-app successfully, you can learn these pr There are a lot of great boilerplates like create-react-app in React community. There are some source code samples of importing antd in them if you encounter some problems. - [create-react-app-antd](https://github.com/ant-design/create-react-app-antd) +- [comerc/cra-ts-antd](https://github.com/comerc/cra-ts-antd) - [react-boilerplate/react-boilerplate](https://github.com/ant-design/react-boilerplate) - [kriasoft/react-starter-kit](https://github.com/ant-design/react-starter-kit)