1.4.0 • Published 8 months ago

cra-template-react-l v1.4.0

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

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
1.2.0

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.4.0

8 months ago

1.3.0

8 months ago

1.0.1

9 months ago

1.0.0

9 months ago