
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@pelusa/create-react-ts-boilerplate
Advanced tools
A boilerplate/starter project for quickly building React projects using Typescript, Material UI, React Router and more.
By running a single command, you will get a production-ready React App installed and fully configured on your machine.
To create a project, simply run:
npx @pelusa/create-react-ts-boilerplate <project-name>
Or
npm init nodejs-express-app <project-name>
If you would still prefer to do the installation manually, follow these steps:
Clone the repo:
git clone --depth 1 https://github.com/tomascatena/react-boilerplate
cd react-boilerplate
npx rimraf ./.git
Install the dependencies:
npm install
Set the environment variables:
cp .env.example .env
# open .env and modify the environment variables (if needed)
In the project directory, you can run:
npm startRuns 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 buildBuilds 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!
src\
|--assets\ # Globally available assets like images, svgs, videos, etc
|--components\ # Components used in the project
|--constants\ # Constants like API Endpoints, routes, etc
|--hooks\ # Custom React hooks
|--pages\ # All the pages of the project
|--store\ # Redux store
|--themes\ # MUI themes
|--typings\ # Types
|--App.js # React app
|--index.js # App entry point
FAQs
React/Typescript Starter Project
We found that @pelusa/create-react-ts-boilerplate demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.