
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.
CLI tool to scaffold modern frontend and backend projects with Tailwind, Prisma, TypeScript, and more.
🚀 A powerful CLI tool to scaffold modern frontend and backend projects with the latest tools and best practices.
🔗 GitHub Repository: pradeep-kalyan/launchr
.env files with common variablesnpm install -g launchr
Run the CLI tool in your desired directory:
mps
Or using npx:
npx launchr
Choose from various modern frontend frameworks:
Set up robust backend services:
Combine frontend and backend in a single project setup.
The tool automatically creates .env files for both frontend and backend with commonly used environment variables:
.env.envAfter running the tool, your project will have the following structure:
your-project/
├── frontend/ # Frontend application
│ ├── .env # Frontend environment variables
│ ├── package.json # Frontend dependencies
│ └── ... # Framework-specific files
├── backend/ # Backend application
│ ├── .env # Backend environment variables
│ ├── package.json # Backend dependencies
│ ├── server.js/ts # Main server file
│ └── ... # Additional backend files
└── README.md # This file
Navigate to your project directory
Run mps and follow the interactive prompts
Install dependencies in both directories:
cd frontend && npm install
cd ../backend && npm install
Configure your .env files with actual values
Start development:
# Frontend
cd frontend && npm run dev
# Backend (in another terminal)
cd backend && npm run dev
Contributions are welcome! Please feel free to submit a Pull Request.
ISC License
FAQs
CLI tool to scaffold modern frontend and backend projects with Tailwind, Prisma, TypeScript, and more.
We found that launchr 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.

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.