cra-template-ts-react-l
v1.4.0
Published
CRA template with typescript, react, styled-components, eslint, prettier, husky
Downloads
140
Maintainers
Readme
Description
CRA template with typescript, react, styled-components, eslint, prettier, husky
Unpacking
npx create-react-app [your project name] --template cra-template-ts-react-l
Structure
.
├── .husky/
│ └── pre-commit
│
├── public/
│ └── index.html
│
├── src/
│ ├── components/
│ │ └── App/
│ │ └── App.tsx
│ ├── theme/
│ │ └── theme.ts
│ └── index.tsx
│
├── tsconfig.json
├── .eslintrc
├── .prettierrc
├── .gitignore
└── README.md