New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cra-template-react-l

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cra-template-react-l

CRA template with react, styled-components, eslint, prettier, husky

latest
Source
npmnpm
Version
1.4.0
Version published
Weekly downloads
3
200%
Maintainers
0
Weekly downloads
 
Created
Source

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

Keywords

create-react-app template

FAQs

Package last updated on 13 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts