Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cra-template-react-ts

chqfly61MIT1.3.1TypeScript support: included

react-ts template for Create React App.

react, create-react-app, template, typescript, react-ts

readme

cra-template-react-ts

To use this template, add --template react-ts when creating a new app.

For example:

npx create-react-app my-app --template react-ts

# or

yarn create react-app my-app --template react-ts

Features:

  1. typescript(done)
  2. eslint(done)
  3. prettier(done)
  4. stylelint(done)
  5. husky(done)
  6. commitlint(done)
  7. ant-design按需加载(done)
  8. axios请求库封装
  9. webpack扩展配置(done)
  10. 最佳实践目录结构及文档说明

For more information, please refer to:

changelog

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.0 (2020-07-14)

Features

1.2.0 (2020-07-14)

Features

1.1.0 (2020-07-14)

Features