
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.
create-react-tailwind
Advanced tools
A CLI tool to create a new React or Vite project with Tailwind CSS setup and a predefined folder structure.
create-react-tailwind is a powerful CLI tool designed to streamline the setup of new React or Vite projects with Tailwind CSS integration and a predefined folder structure. Simplify your project initialization and boost your productivity.
To install the package globally, use the following command:
npm install -g create-react-tailwind
After installing the package globally, create a new project by running:
create-react-tailwind <appname>
Alternatively, you can use npx to run the CLI tool without global installation:
npx create-react-tailwind <appname>
You will be prompted to choose between creating a React or Vite project.
To create a new project named my-app:
create-react-tailwind my-app
or
npx create-react-tailwind my-app
The following folder structure will be created within the src directory:
📁 src
├── 📁 app
│ ├── 📁 contexts
│ ├── 📁 hook
│ └── 📁 services
├── 📁 assets
│ ├── 📁 icon
│ └── 📁 images
├── 📁 components
│ ├── 📁 core
│ ├── 📁 router
│ └── 📁 sections
├── 📁 constants
├── 📁 lib
├── 📁 pages
└── 📁 util
📁 public
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Feel free to report issues or request new features.
CLI tool, React project setup, Vite project setup, Tailwind CSS integration, predefined folder structure, project scaffolding, React, Vite, Tailwind CSS, frontend development, web development tools
FAQs
A CLI tool to create a new React or Vite project with Tailwind CSS setup and a predefined folder structure.
We found that create-react-tailwind 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.