Skip to content

dqgiang/cra-antd-template

Repository files navigation

CRA Template with Typescript and Ant Design

What's included

  1. CRA with Typescript template
  2. ESLint, Prettier, Husky, lint-staged preconfigued with Semi-StandardJS style. Code is automatically formatted on save, without changing editor settings.
  3. Include .editorconfig to maintain consistent style across editors.
  4. Ant Design, customizable theme via craco config and less file.
  5. React router V6

Local development

  • Create .env file
cp .env.example .env
  • Install dependencies and start local dev
npm i
npm start
  • Production build. Output is stored in build directory.
npm run build

About

Template for CRA Typescript with Ant Design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published