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