Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
cra-template-react-exclusive-template
Advanced tools
To use this template with Create React App, run the following command:
npx create-react-app my-react-app --template react-exclusive-template
This template includes the following features:
my-react-app
├── node_modules
├── public
│ ├── favicon.ico
│ ├── index.html
│ ├── logo192.png
│ ├── logo512.png
│ ├── manifest.json
│ └── robots.txt
├── src
│ ├── Authentication
│ │ ├── index.js
│ │ ├── SIgnIn
│ │ │ └── index.js
│ │ └── SignUp
│ │ └── index.js
│ ├── Components
│ │ ├── Common
│ │ │ ├── Footer
│ │ │ │ └── index.js
│ │ │ ├── Header
│ │ │ │ └── index.js
│ │ │ └── index.js
│ │ └── Home
│ │ ├── Card
│ │ │ └── index.js
│ │ └── RightColumn
│ │ └── index.js
│ ├── Configs
│ │ ├── axios.js
│ │ └── urls.js
│ ├── Layout
│ │ └── index.js
│ ├── Mock
│ │ └── index.js
│ ├── NotFound
│ │ └── index.js
│ ├── Pages
│ │ ├── AboutUs
│ │ │ └── index.js
│ │ ├── ContactUs
│ │ │ └── index.js
│ │ ├── Home
│ │ │ └── index.js
│ │ └── index.js
│ ├── Resources
│ │ └── react.png
│ ├── Router.js
│ ├── Routes
│ │ └── index.js
│ ├── Schemas
│ │ └── index.js
│ ├── Services
│ │ ├── AboutUs
│ │ │ └── index.js
│ │ ├── ContactUs
│ │ │ └── index.js
│ │ └── Home
│ │ └── index.js
│ ├── index.css
│ ├── index.js
│ └── Router.js
├── .gitignore
├── jsconfig.json
├── prettier.config.js
├── README.md
├── package-lock.json
├── package.json
└── tailwind.config.js
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode
and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
To learn Create React App
, check out the Create React App Documentation.
To learn React
, check out the React Documentation.
FAQs
The standard template for Create React App.
We found that cra-template-react-exclusive-template demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.