cra-template-html-css-js-l
v1.3.1
Published
CRA template with html, css, js, eslint, prettier, husky
Downloads
332
Maintainers
Readme
cra-template-html-css-js-l
Description
CRA template with html, css, js, 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
├── .eslint.config.js
├── .prettierrc
├── .gitignore
└── README.md